#[repr(C)]
pub struct WLX_DISPATCH_VERSION_1_0 {
Show 13 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,
}
Expand description

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

Fields§

§WlxUseCtrlAltDel: PWLX_USE_CTRL_ALT_DEL§WlxSetContextPointer: PWLX_SET_CONTEXT_POINTER§WlxSasNotify: PWLX_SAS_NOTIFY§WlxSetTimeout: PWLX_SET_TIMEOUT§WlxAssignShellProtection: PWLX_ASSIGN_SHELL_PROTECTION§WlxMessageBox: PWLX_MESSAGE_BOX§WlxDialogBox: PWLX_DIALOG_BOX§WlxDialogBoxParam: PWLX_DIALOG_BOX_PARAM§WlxDialogBoxIndirect: PWLX_DIALOG_BOX_INDIRECT§WlxDialogBoxIndirectParam: PWLX_DIALOG_BOX_INDIRECT_PARAM§WlxSwitchDesktopToUser: PWLX_SWITCH_DESKTOP_TO_USER§WlxSwitchDesktopToWinlogon: PWLX_SWITCH_DESKTOP_TO_WINLOGON§WlxChangePasswordNotify: PWLX_CHANGE_PASSWORD_NOTIFY

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.