Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 285 Bytes

CFGMGR32 Python

A minimal, efficient cfgmgr32.h implementation in Python using ctypes.

This repository is merely an example of implementing the following functions and structs:

  • GUID
  • DEVPROPKEY
  • CM_Locate_DevNodeA()
  • CM_Get_Parent()
  • CM_Get_DevNode_PropertyW()