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.
Sets the Help context ID for the function with the specified index.
Syntax
HRESULT SetFuncHelpContext(
[in] UINT index,
[in] DWORD dwHelpContext
);
Parameters
[in] index
The index of the function.
[in] dwHelpContext
The Help context ID for the Help topic.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
One or more of the arguments is not valid. |
|
Insufficient memory to complete the operation. |
|
Cannot write to the destination. |
|
Insufficient memory to complete the operation. |
|
The element cannot be found. |
Remarks
SetFuncHelpContext only needs to be set once for each property, because all property accessor functions are identified by one name.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oaidl.h |