SECPKG_WOW_CLIENT_DLL struttura (ntsecpkg.h)
La struttura SECPKG_WOW_CLIENT_DLL contiene il percorso della DLL con riconoscimento WOW a 32 bit.
Questa struttura viene usata dalle funzioni SpGetExtendedInformation e SpSetExtendedInformation .
Sintassi
typedef struct _SECPKG_WOW_CLIENT_DLL {
SECURITY_STRING WowClientDllPath;
} SECPKG_WOW_CLIENT_DLL, *PSECPKG_WOW_CLIENT_DLL;
Members
WowClientDllPath
Un SECURITY_STRING che contiene il percorso della libreria client con riconoscimento WOW a 32 bit.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecpkg.h |