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.
The QueryPropertyNames method returns the names of the properties used for the snap-in's configuration.
Syntax
HRESULT QueryPropertyNames(
[in] ISnapinPropertiesCallback *pCallback
);
Parameters
[in] pCallback
A pointer to the ISnapinPropertiesCallback interface; the snap-in can call ISnapinPropertiesCallback::AddPropertyName to add the properties.
Return value
If successful, the return value is S_OK; otherwise, the return value is an error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmcobj.h |