IFaxServer::GetExtensionProperty method (faxcomex.h)
The IFaxServer::GetExtensionProperty method retrieves an extension configuration property stored at the server level.
Syntax
HRESULT GetExtensionProperty(
BSTR bstrGUID,
[out] VARIANT *pvProperty
);
Parameters
bstrGUID
Type: [in] BSTR
Specifies a string GUID that uniquely identifies the data to be retrieved.
[out] pvProperty
Type: VARIANT*
Pointer to a variable that receives a VARIANT that specifies the data.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |
DLL | Fxscomex.dll |