structure WLX_DISPATCH_VERSION_1_0 (winwlx.h)

[La structure WLX_DISPATCH_VERSION_1_0 n’est plus disponible à partir de Windows Server 2008 et Windows Vista.]

La structure WLX_DISPATCH_VERSION_1_0 définit le format de la table de répartition de fonction Winlogon version 1.0 passée à votre DLL GINA dans l’appel WlxInitialize .

Cette table de répartition est utilisée si votre DLL GINA spécifie la version 1.0 dans son implémentation de WlxNegotiate.

Syntaxe

typedef struct _WLX_DISPATCH_VERSION_1_0 {
  PWLX_USE_CTRL_ALT_DEL           WlxUseCtrlAltDel;
  PWLX_SET_CONTEXT_POINTER        WlxSetContextPointer;
  PWLX_SAS_NOTIFY                 WlxSasNotify;
  PWLX_SET_TIMEOUT                WlxSetTimeout;
  PWLX_ASSIGN_SHELL_PROTECTION    WlxAssignShellProtection;
  PWLX_MESSAGE_BOX                WlxMessageBox;
  PWLX_DIALOG_BOX                 WlxDialogBox;
  PWLX_DIALOG_BOX_PARAM           WlxDialogBoxParam;
  PWLX_DIALOG_BOX_INDIRECT        WlxDialogBoxIndirect;
  PWLX_DIALOG_BOX_INDIRECT_PARAM  WlxDialogBoxIndirectParam;
  PWLX_SWITCH_DESKTOP_TO_USER     WlxSwitchDesktopToUser;
  PWLX_SWITCH_DESKTOP_TO_WINLOGON WlxSwitchDesktopToWinlogon;
  PWLX_CHANGE_PASSWORD_NOTIFY     WlxChangePasswordNotify;
} WLX_DISPATCH_VERSION_1_0, *PWLX_DISPATCH_VERSION_1_0;

Membres

WlxUseCtrlAltDel

Pointeur vers une fonction WlxUseCtrlAltDel .

WlxSetContextPointer

Pointeur vers une fonction WlxSetContextPointer .

WlxSasNotify

Pointeur vers une fonction WlxSasNotify .

WlxSetTimeout

Pointeur vers une fonction WlxSetTimeout .

WlxAssignShellProtection

Pointeur vers une fonction WlxAssignShellProtection .

WlxMessageBox

Pointeur vers une fonction WlxMessageBox .

WlxDialogBox

Pointeur vers une fonction WlxDialogBox .

WlxDialogBoxParam

Pointeur vers une fonction WlxDialogBoxParam .

WlxDialogBoxIndirect

Pointeur vers une fonction WlxDialogBoxIndirect .

WlxDialogBoxIndirectParam

Pointeur vers une fonction WlxDialogBoxIndirectParam .

WlxSwitchDesktopToUser

Pointeur vers une fonction WlxSwitchDesktopToUser .

WlxSwitchDesktopToWinlogon

Pointeur vers une fonction WlxSwitchDesktopToWinlogon .

WlxChangePasswordNotify

Pointeur vers une fonction WlxChangePasswordNotify .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête winwlx.h

Voir aussi

WlxInitialize