Home
last modified time | relevance | path

Searched refs:commandHandler (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashUIApplication.cpp60 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() argument
276 return this->commandHandler->QueryInterface(IID_PPV_ARGS(commandHandler)); in OnCreateUICommand()
288 IUICommandHandler *commandHandler) in OnDestroyUICommand() argument
H A DLeashUIApplication.h70 IUICommandHandler **commandHandler);
73 IUICommandHandler *commandHandler);
76 LeashUIApplication() : refcnt(1), commandHandler(NULL), in LeashUIApplication()
82 IUICommandHandler *commandHandler; variable