#[repr(C)]
pub struct WLX_DISPATCH_VERSION_1_2 {
Show 18 fields pub WlxUseCtrlAltDel: PWLX_USE_CTRL_ALT_DEL, pub WlxSetContextPointer: PWLX_SET_CONTEXT_POINTER, pub WlxSasNotify: PWLX_SAS_NOTIFY, pub WlxSetTimeout: PWLX_SET_TIMEOUT, pub WlxAssignShellProtection: PWLX_ASSIGN_SHELL_PROTECTION, pub WlxMessageBox: PWLX_MESSAGE_BOX, pub WlxDialogBox: PWLX_DIALOG_BOX, pub WlxDialogBoxParam: PWLX_DIALOG_BOX_PARAM, pub WlxDialogBoxIndirect: PWLX_DIALOG_BOX_INDIRECT, pub WlxDialogBoxIndirectParam: PWLX_DIALOG_BOX_INDIRECT_PARAM, pub WlxSwitchDesktopToUser: PWLX_SWITCH_DESKTOP_TO_USER, pub WlxSwitchDesktopToWinlogon: PWLX_SWITCH_DESKTOP_TO_WINLOGON, pub WlxChangePasswordNotify: PWLX_CHANGE_PASSWORD_NOTIFY, pub WlxGetSourceDesktop: PWLX_GET_SOURCE_DESKTOP, pub WlxSetReturnDesktop: PWLX_SET_RETURN_DESKTOP, pub WlxCreateUserDesktop: PWLX_CREATE_USER_DESKTOP, pub WlxChangePasswordNotifyEx: PWLX_CHANGE_PASSWORD_NOTIFY_EX, pub WlxCloseUserDesktop: PWLX_CLOSE_USER_DESKTOP,
}
Expand description

Required features: "Win32_Security_WinWlx", "Win32_Foundation", "Win32_System_StationsAndDesktops", "Win32_UI_WindowsAndMessaging"

Fields

WlxUseCtrlAltDel: PWLX_USE_CTRL_ALT_DELWlxSetContextPointer: PWLX_SET_CONTEXT_POINTERWlxSasNotify: PWLX_SAS_NOTIFYWlxSetTimeout: PWLX_SET_TIMEOUTWlxAssignShellProtection: PWLX_ASSIGN_SHELL_PROTECTIONWlxMessageBox: PWLX_MESSAGE_BOXWlxDialogBox: PWLX_DIALOG_BOXWlxDialogBoxParam: PWLX_DIALOG_BOX_PARAMWlxDialogBoxIndirect: PWLX_DIALOG_BOX_INDIRECTWlxDialogBoxIndirectParam: PWLX_DIALOG_BOX_INDIRECT_PARAMWlxSwitchDesktopToUser: PWLX_SWITCH_DESKTOP_TO_USERWlxSwitchDesktopToWinlogon: PWLX_SWITCH_DESKTOP_TO_WINLOGONWlxChangePasswordNotify: PWLX_CHANGE_PASSWORD_NOTIFYWlxGetSourceDesktop: PWLX_GET_SOURCE_DESKTOPWlxSetReturnDesktop: PWLX_SET_RETURN_DESKTOPWlxCreateUserDesktop: PWLX_CREATE_USER_DESKTOPWlxChangePasswordNotifyEx: PWLX_CHANGE_PASSWORD_NOTIFY_EXWlxCloseUserDesktop: PWLX_CLOSE_USER_DESKTOP

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.