Searched refs:ApcCompatServiceHandle (Results 1 – 3 of 3) sorted by relevance
21 using ApcCompatServiceHandle = void*; typedef32 extern const ApcCompatServiceHandle INVALID_SERVICE_HANDLE;90 ApcCompatServiceHandle tryGetUserConfirmationService();109 uint32_t promptUserConfirmation(ApcCompatServiceHandle handle, struct ApcCompatCallback cb,124 void abortUserConfirmation(ApcCompatServiceHandle handle);133 void closeUserConfirmationService(ApcCompatServiceHandle);
178 ApcCompatServiceHandle tryGetUserConfirmationService() { in tryGetUserConfirmationService()179 return reinterpret_cast<ApcCompatServiceHandle>(ConfuiCompatSession::tryGetService()); in tryGetUserConfirmationService()182 uint32_t promptUserConfirmation(ApcCompatServiceHandle handle, ApcCompatCallback callback, in promptUserConfirmation()191 void abortUserConfirmation(ApcCompatServiceHandle handle) { in abortUserConfirmation()196 void closeUserConfirmationService(ApcCompatServiceHandle handle) { in closeUserConfirmationService()204 const ApcCompatServiceHandle INVALID_SERVICE_HANDLE = nullptr;
23 tryGetUserConfirmationService, ApcCompatCallback, ApcCompatServiceHandle,54 pub struct ApcHal(ApcCompatServiceHandle);