Skip navigation links
JNA API 5.4.0
com.sun.jna.platform.win32

Class WinBase.SECURITY_ATTRIBUTES

    • Field Detail

      • 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
    • Constructor Detail

      • SECURITY_ATTRIBUTES

        public SECURITY_ATTRIBUTES()
JNA API 5.4.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.