Описание ключевого слова
$tagSECURITY_ATTRIBUTES
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. |