OPMPropertyExtensionFactory::GetOPMManager

virtual BOOL GetOPMManager(
    const ACHAR * pGlobalCommand, 
    IPropertyManager** pManager
) = 0;
Parameters
Parameters 
Description 
const ACHAR * pGlobalCommand 
Input command from which to obtain the property manager 
IPropertyManager** pManager 
Returns the property manager 
Description

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. 

 

Links