virtual BOOL GetOPMManager( const ACHAR * pGlobalCommand, IPropertyManager** pManager ) = 0;
|
Parameters |
Description |
|
const ACHAR * pGlobalCommand |
Input command from which to obtain the property manager |
|
IPropertyManager** pManager |
Returns the property manager |
This method gets the property manager for a particular command that has been registered with CreateOPMCommandProtocol. Returns TRUE if successful, FALSE if no manager for that command exists.