ZwCreateSection中
DesiredAccess [in]
Specifies an ACCESS_MASK value that determines the requested access to the object. In addition to the access rights that are defined for all types of objects (see ACCESS_MASK), the caller can specify any of the following access rights, which are specific to section objects:
DesiredAccess的作用是什么?既然是创建一个Section对象,并不是访问一个section对象 为何要设置期望的访问值掩码,这里的DesiredAccess是指定将后别人访问我们的对象所需要的权限,还是其他的什么
DesiredAccess [in]
Specifies an ACCESS_MASK value that determines the requested access to the object. In addition to the access rights that are defined for all types of objects (see ACCESS_MASK), the caller can specify any of the following access rights, which are specific to section objects:
DesiredAccess的作用是什么?既然是创建一个Section对象,并不是访问一个section对象 为何要设置期望的访问值掩码,这里的DesiredAccess是指定将后别人访问我们的对象所需要的权限,还是其他的什么