IFaxDevice::SetExtensionProperty method (faxcomex.h)
The IFaxDevice::SetExtensionProperty method stores an extension configuration property at the device level.
Syntax
HRESULT SetExtensionProperty(
[in] BSTR bstrGUID,
[in] VARIANT vProperty
);
Parameters
[in] bstrGUID
Type: BSTR
Specifies a string GUID that identifies the data to set.
[in] vProperty
Type: VARIANT
VARIANT that specifies the data to be stored.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
To use this method, a user must have the farMANAGE_CONFIG access right.
Note The required data is a blob of bytes represented as a variant safe array of unsigned chars (VT_UI1 | VT_ARRAY). The data is relevant only to the specific extension that uses it. For more information see About the Fax Extension Configuration API.
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 |