Searched refs:commandHandler (Results 1 – 2 of 2) sorted by relevance
60 ret = LeashUICommandHandler::CreateInstance(&app->commandHandler, hwnd); in CreateInstance()68 handler = static_cast<LeashUICommandHandler *>(app->commandHandler); in CreateInstance()189 if (commandHandler != NULL) in Release()190 commandHandler->Release(); in Release()274 IUICommandHandler **commandHandler) in OnCreateUICommand() argument276 return this->commandHandler->QueryInterface(IID_PPV_ARGS(commandHandler)); in OnCreateUICommand()288 IUICommandHandler *commandHandler) in OnDestroyUICommand() argument
70 IUICommandHandler **commandHandler);73 IUICommandHandler *commandHandler);76 LeashUIApplication() : refcnt(1), commandHandler(NULL), in LeashUIApplication()82 IUICommandHandler *commandHandler; variable