SECPKG_WOW_CLIENT_DLL structure (ntsecpkg.h)
La structure SECPKG_WOW_CLIENT_DLL contient le chemin d’accès à la DLL 32 bits compatible WOW.
Cette structure est utilisée par les fonctions SpGetExtendedInformation et SpSetExtendedInformation .
Syntaxe
typedef struct _SECPKG_WOW_CLIENT_DLL {
SECURITY_STRING WowClientDllPath;
} SECPKG_WOW_CLIENT_DLL, *PSECPKG_WOW_CLIENT_DLL;
Membres
WowClientDllPath
Un SECURITY_STRING qui contient le chemin d’accès à la bibliothèque cliente 32 bits compatible WOW.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | ntsecpkg.h |