关键字参考

$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.

 

注意/说明

None.

 

相关