Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 573 Bytes

PyDS.md

File metadata and controls

30 lines (14 loc) · 573 Bytes

PyDS

PyDS_HANDLE Object

Directory service handle, returned by win32security::DsBind

Subtype of PyHANDLE, inherits all properties and methods.

When closed, DsUnBind is called.

PyDS_NAME_RESULT_ITEM Object

A tuple representing a DS_NAME_RESULT_ITEM

Items

  • [0] int : status

    One of ntsecuritycon.DS_NAME_* error codes

  • [1] PyUnicode : Domain

    Dns domain that object belongs to

  • [2] PyUnicode : Name

    Formatted object name