SECPKG_WOW_CLIENT_DLL structure (ntsecpkg.h)

The SECPKG_WOW_CLIENT_DLL structure contains the path to the WOW-aware 32-bit DLL.

This structure is used by the SpGetExtendedInformation and SpSetExtendedInformation functions.

Syntax

typedef struct _SECPKG_WOW_CLIENT_DLL {
  SECURITY_STRING WowClientDllPath;
} SECPKG_WOW_CLIENT_DLL, *PSECPKG_WOW_CLIENT_DLL;

Members

WowClientDllPath

A SECURITY_STRING that contain the path to the WOW-aware client 32-bit library.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecpkg.h