Contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable
Global Const $tagSECURITY_ATTRIBUTES = "int Length;ptr Descriptor;int InheritHandle"
| Length | The size, in bytes, of this structure |
| Descriptor | A pointer to a security descriptor for the object that controls the sharing of it |
| InheritHandle | If True, the new process inherits the handle. |