Klasse WinBase.SECURITY_ATTRIBUTES

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinBase.SECURITY_ATTRIBUTES
Umschließende Schnittstelle:
WinBase

@FieldOrder({"dwLength","lpSecurityDescriptor","bInheritHandle"}) public static class WinBase.SECURITY_ATTRIBUTES extends Structure
  • Felddetails

    • dwLength

      public WinDef.DWORD dwLength
      The size of the structure, in bytes.
    • lpSecurityDescriptor

      public Pointer lpSecurityDescriptor
      A pointer to a SECURITY_DESCRIPTOR structure that controls access to the object.
    • bInheritHandle

      public boolean bInheritHandle
      A Boolean value that specifies whether the returned handle is inherited when a new process is created
  • Konstruktordetails

    • SECURITY_ATTRIBUTES

      public SECURITY_ATTRIBUTES()