ISnapinProperties::QueryPropertyNames method (mmcobj.h)

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