ACTRL_CONTROL_INFO

The ACTRL_CONTROL_INFO structure contains the GUID and display name of an object type.

typedef struct _ACTRL_CONTROL_INFO {
    LPTSTR   lpControlId;
    LPTSTR   lpControlName;
} ACTRL_CONTROL_INFO, *PACTRL_CONTROL_INFO;
 

Members

lpControlId
Pointer to a null-terminated string that contains a string representation of a GUID that identifies a control access right.
lpControlName
Pointer to a null-terminated string that contains the display name of the control access right identified by the lpControlId member.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in accctrl.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Client/Server Access Control Overview, Client/Server Access Control Structures, GetAccessPermissionsForObject