IOpenService::GetID Method
Retrieves the Accelerator ID.
Syntax
HRESULT GetID( BSTR *pbstrID );
Parameters
- pbstrID
- [out] The retrieved ID.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The string referenced by the pbstrID parameter must be freed by a call to the SysFreeString function.
See Also
IOpenServiceManager::GetServiceByID