IConsole::QueryConsoleVerb

[This is preliminary documentation and subject to change.]

Queries for the IConsoleVerb interface.

HRESULT QueryConsoleVerb(
  LPCONSOLEVERB * ppConsoleVerb  // Pointer to IConsoleVerb's 
                                 // location
);
 

Parameter

ppConsoleVerb
[out] Pointer to the address of a variable that receives the IConsoleVerb interface pointer.

Return Values

S_OK
The interface was successfully returned.
E_UNEXPECTED
An unexpected error occurred.
E_INVALIDARG
The parameter is invalid. This may indicate a NULL pointer.

See Also

IConsole, IConsoleVerb