ACE
ACL
SID
Expand Minimize
This topic has not yet been rated - Rate this topic

AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET structure

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 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Redistributable

Windows Server 2003 Administration Tools Pack on Windows XP

Header

Authz.h

See also

AUTHZ_SOURCE_SCHEMA_REGISTRATION

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.