mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Update some access-right names
This commit is contained in:
@@ -397,6 +397,28 @@ Interfaces
|
||||
.. method:: Release
|
||||
|
||||
|
||||
.. class:: IStorage
|
||||
|
||||
.. method:: QueryInterface
|
||||
.. method:: AddRef
|
||||
.. method:: Release
|
||||
.. method:: CreateStream
|
||||
.. method:: OpenStream
|
||||
.. method:: CreateStorage
|
||||
.. method:: OpenStorage
|
||||
.. method:: CopyTo
|
||||
.. method:: MoveElementTo
|
||||
.. method:: Commit
|
||||
.. method:: Revert
|
||||
.. method:: EnumElements
|
||||
.. method:: DestroyElement
|
||||
.. method:: RenameElement
|
||||
.. method:: SetElementTimes
|
||||
.. method:: SetClass
|
||||
.. method:: SetStateBits
|
||||
.. method:: Stat
|
||||
|
||||
|
||||
.. class:: IStream
|
||||
|
||||
.. method:: QueryInterface
|
||||
@@ -474,16 +496,6 @@ Interfaces
|
||||
.. method:: Release
|
||||
|
||||
|
||||
.. class:: MyCls
|
||||
|
||||
.. method:: QueryInterface
|
||||
.. method:: AddRef
|
||||
.. method:: Release
|
||||
.. method:: add
|
||||
.. method:: dprint
|
||||
.. method:: tstvalue
|
||||
|
||||
|
||||
.. class:: IBackgroundCopyCallback
|
||||
|
||||
.. method:: QueryInterface
|
||||
@@ -874,28 +886,6 @@ Interfaces
|
||||
.. method:: Reset
|
||||
|
||||
|
||||
.. class:: IStorage
|
||||
|
||||
.. method:: QueryInterface
|
||||
.. method:: AddRef
|
||||
.. method:: Release
|
||||
.. method:: CreateStream
|
||||
.. method:: OpenStream
|
||||
.. method:: CreateStorage
|
||||
.. method:: OpenStorage
|
||||
.. method:: CopyTo
|
||||
.. method:: MoveElementTo
|
||||
.. method:: Commit
|
||||
.. method:: Revert
|
||||
.. method:: EnumElements
|
||||
.. method:: DestroyElement
|
||||
.. method:: RenameElement
|
||||
.. method:: SetElementTimes
|
||||
.. method:: SetClass
|
||||
.. method:: SetStateBits
|
||||
.. method:: Stat
|
||||
|
||||
|
||||
.. class:: ISystemActivator
|
||||
|
||||
.. method:: QueryInterface
|
||||
|
||||
@@ -126,6 +126,32 @@ WinDef
|
||||
.. autodata:: NUM_CR_RESULTS
|
||||
.. autodata:: PCD_MAX_MEMORY
|
||||
.. autodata:: PCD_MAX_IO
|
||||
.. autodata:: ORPCF_NULL
|
||||
.. autodata:: ORPCF_LOCAL
|
||||
.. autodata:: ORPCF_RESERVED1
|
||||
.. autodata:: ORPCF_RESERVED2
|
||||
.. autodata:: ORPCF_RESERVED3
|
||||
.. autodata:: ORPCF_RESERVED4
|
||||
.. autodata:: ORPCF_INPUT_SYNC
|
||||
.. autodata:: ORPCF_ASYNC
|
||||
.. autodata:: ORPCF_DYNAMIC_CLOAKING
|
||||
.. autodata:: ORPCF_REJECTED
|
||||
.. autodata:: ORPCF_RETRY_LATER
|
||||
.. autodata:: OBJREF_SIGNATURE
|
||||
.. autodata:: OBJREF_STANDARD
|
||||
.. autodata:: OBJREF_HANDLER
|
||||
.. autodata:: OBJREF_CUSTOM
|
||||
.. autodata:: OBJREF_EXTENDED
|
||||
.. autodata:: SORF_OXRES1
|
||||
.. autodata:: SORF_OXRES2
|
||||
.. autodata:: SORF_OXRES3
|
||||
.. autodata:: SORF_OXRES4
|
||||
.. autodata:: SORF_OXRES5
|
||||
.. autodata:: SORF_OXRES6
|
||||
.. autodata:: SORF_OXRES7
|
||||
.. autodata:: SORF_OXRES8
|
||||
.. autodata:: SORF_NULL
|
||||
.. autodata:: SORF_NOPING
|
||||
.. autodata:: CWCSTORAGENAME
|
||||
.. autodata:: STGM_DIRECT
|
||||
.. autodata:: STGM_TRANSACTED
|
||||
@@ -299,32 +325,6 @@ WinDef
|
||||
.. autodata:: BIND_IF_SYNTAX_NDR32
|
||||
.. autodata:: BIND_IF_SYNTAX_NDR64
|
||||
.. autodata:: BIND_IF_SYNTAX_UNKNOWN
|
||||
.. autodata:: ORPCF_NULL
|
||||
.. autodata:: ORPCF_LOCAL
|
||||
.. autodata:: ORPCF_RESERVED1
|
||||
.. autodata:: ORPCF_RESERVED2
|
||||
.. autodata:: ORPCF_RESERVED3
|
||||
.. autodata:: ORPCF_RESERVED4
|
||||
.. autodata:: ORPCF_INPUT_SYNC
|
||||
.. autodata:: ORPCF_ASYNC
|
||||
.. autodata:: ORPCF_DYNAMIC_CLOAKING
|
||||
.. autodata:: ORPCF_REJECTED
|
||||
.. autodata:: ORPCF_RETRY_LATER
|
||||
.. autodata:: OBJREF_SIGNATURE
|
||||
.. autodata:: OBJREF_STANDARD
|
||||
.. autodata:: OBJREF_HANDLER
|
||||
.. autodata:: OBJREF_CUSTOM
|
||||
.. autodata:: OBJREF_EXTENDED
|
||||
.. autodata:: SORF_OXRES1
|
||||
.. autodata:: SORF_OXRES2
|
||||
.. autodata:: SORF_OXRES3
|
||||
.. autodata:: SORF_OXRES4
|
||||
.. autodata:: SORF_OXRES5
|
||||
.. autodata:: SORF_OXRES6
|
||||
.. autodata:: SORF_OXRES7
|
||||
.. autodata:: SORF_OXRES8
|
||||
.. autodata:: SORF_NULL
|
||||
.. autodata:: SORF_NOPING
|
||||
.. autodata:: FILE_DEVICE_8042_PORT
|
||||
.. autodata:: FILE_DEVICE_ACPI
|
||||
.. autodata:: FILE_DEVICE_BATTERY
|
||||
@@ -2419,11 +2419,11 @@ WinDef
|
||||
.. autodata:: FAX_PORT_QUERY
|
||||
.. autodata:: FAX_PORT_SET
|
||||
.. autodata:: FAX_JOB_MANAGE
|
||||
.. autodata:: COM_EXECUTE
|
||||
.. autodata:: COM_EXECUTE_LOCAL
|
||||
.. autodata:: COM_EXECUTE_REMOTE
|
||||
.. autodata:: COM_ACTIVATE_LOCAL
|
||||
.. autodata:: COM_ACTIVATE_REMOTE
|
||||
.. autodata:: COM_RIGHTS_EXECUTE
|
||||
.. autodata:: COM_RIGHTS_EXECUTE_LOCAL
|
||||
.. autodata:: COM_RIGHTS_EXECUTE_REMOTE
|
||||
.. autodata:: COM_RIGHTS_ACTIVATE_LOCAL
|
||||
.. autodata:: COM_RIGHTS_ACTIVATE_REMOTE
|
||||
.. autodata:: SECTION_QUERY
|
||||
.. autodata:: SECTION_MAP_WRITE
|
||||
.. autodata:: SECTION_MAP_READ
|
||||
|
||||
@@ -3631,32 +3631,6 @@ _PROCESS_MITIGATION_IMAGE_LOAD_POLICY
|
||||
|
||||
:class:`_ANON__PROCESS_MITIGATION_IMAGE_LOAD_POLICY_SUB_UNION_1`
|
||||
|
||||
TagTestStructV1
|
||||
'''''''''''''''
|
||||
.. class:: PTestStructV1
|
||||
|
||||
Pointer to :class:`TagTestStructV1`
|
||||
|
||||
.. class:: TestStructV1
|
||||
|
||||
Alias for :class:`TagTestStructV1`
|
||||
|
||||
.. class:: TagTestStructV1
|
||||
|
||||
.. attribute:: Type
|
||||
|
||||
:class:`DWORD`
|
||||
|
||||
|
||||
.. attribute:: Name
|
||||
|
||||
:class:`LPCH`
|
||||
|
||||
|
||||
.. attribute:: anon_01
|
||||
|
||||
:class:`_ANON_TAGTESTSTRUCTV1_SUB_UNION_1`
|
||||
|
||||
_MIB_IPNETROW_LH
|
||||
''''''''''''''''
|
||||
.. class:: MIB_IPNETROW
|
||||
|
||||
Reference in New Issue
Block a user