AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET structure (authz.h)
The AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET structure specifies the offset of a registration object type name.
Syntax
typedef struct _AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET {
PWSTR szObjectTypeName;
DWORD dwOffset;
} AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET, *PAUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET;
Members
szObjectTypeName
A pointer to a wide character string that represents the name of the object type.
dwOffset
Offset of the object type name in an object types message DLL.
Requirements
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | authz.h |
| Redistributable | Windows Server 2003 Administration Tools Pack on Windows XP |