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 GetDefaultVerb method gets the snap-in's default verb.
Syntax
HRESULT GetDefaultVerb(
[out] MMC_CONSOLE_VERB *peCmdID
);
Parameters
[out] peCmdID
A pointer to where the snap-in's default verb is returned.
Return value
This method can return one of these values.
Remarks
The MMC_CONSOLE_VERB enumeration defines the set of default verbs.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | mmc.h |
| DLL | Mmcndmgr.dll |