IPart::GetControlInterfaceCount
Previous | Next |
IPart::GetControlInterfaceCount
The GetControlInterfaceCount method gets the number of control interfaces that this part supports.
HRESULT GetControlInterfaceCount( UINT *pCount );
Parameters
pCount
[out] Pointer to a UINT variable into which the method writes the number of control interfaces on this part.
Return Value
If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
E_POINTER | Pointer pCount is NULL. |
Requirements
Client: Windows Vista
Header: Include Devicetopology.h.
See Also
Previous | Next |