Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetExtensionProperty method retrieves an extension configuration property stored at the server level.
Syntax
FaxServer.GetExtensionProperty( _
ByVal bstrGUID As String, _
ByRef vProperty As Variant _
) As Long
Parameters
-
bstrGUID [in]
-
Type: String
Specifies a string GUID that uniquely identifies the data to be retrieved.
-
vProperty [out]
-
Type: Variant*
VARIANT that specifies the data.
Remarks
The returned data is a blob of bytes represented as a variant safe array of unsigned chars (VT_UI1 | VT_ARRAY). The data is only relevant to the specific extension that uses it. For more information see About the Fax Extension Configuration API.
To use this method, a user must have the farQUERY_CONFIG access right.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also