Skip to content

Files

Latest commit

c9fc11e · Jan 23, 2017

History

History
112 lines (45 loc) · 1.69 KB

PyGROUP.md

File metadata and controls

112 lines (45 loc) · 1.69 KB

PyGROUP

PyGROUP_INFO_* Object

The following GROUP_INFO levels are supported.

PyGROUP_INFO_0 Object

A dictionary holding the information in a Win32 GROUP_INFO_0 structure.

Properties

PyGROUP_INFO_1 Object

A dictionary holding the information in a Win32 GROUP_INFO_1 structure.

Properties

PyGROUP_INFO_1002 Object

A dictionary holding the information in a Win32 GROUP_INFO_1002 structure.

Properties

PyGROUP_INFO_1005 Object

A dictionary holding the information in a Win32 GROUP_INFO_1005 structure.

Properties

  • int attributes

PyGROUP_INFO_2 Object

A dictionary holding the information in a Win32 GROUP_INFO_2 structure.

Properties

  • string/PyUnicode name

    Name of the group

  • string/PyUnicode comment

    The group's comment.

  • int group_id

  • int attributes

PyGROUP_USERS_INFO_* Object

The following GROUP_USERS_INFO levels are supported.

PyGROUP_USERS_INFO_0 Object

A dictionary holding the information in a Win32 GROUP_USERS_INFO_0 structure.

Properties

  • string/PyUnicode name

    Name of the group or user

PyGROUP_USERS_INFO_1 Object

A dictionary holding the information in a Win32 GROUP_USERS_INFO_1 structure.

Properties

  • string/PyUnicode name

    Name of the group or user

  • int attributes