Results 1 to 2 of 2

Thread: Token_privileges ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Posts
    66

    Token_privileges ?

    Please tell me the meaning of TOKEN_PRIVILEGES & LUID structures or the links where I can find their details. I have come across these terms in many places in this forum. I know these are used with Win NT systems. But don't know what they mean. I have also used SECURITY_ATTRIBUTES which I believe sets the rights of the person in the WinNt system. Please help.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Posts
    66

    Structure details

    I am enclosing the structure details below :

    Private Type LUID
    UsedPart As Long
    IgnoredForNowHigh32BitPart As Long
    End Type

    Private Type LUID_AND_ATTRIBUTES
    TheLuid As LUID
    Attributes As Long
    End Type
    Private Type TOKEN_PRIVILEGES
    PrivilegeCount As Long
    TheLuid As LUID
    Attributes As Long
    End Type
    Private Type SECURITY_ATTRIBUTES
    nLength As Long
    lpSecurityDescriptor As Long
    bInheritHandle As Long
    End Type

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width