ADDED:
* Dummy implementation for IDState on Windows
This commit is contained in:
brent saner
2026-01-28 15:27:13 -05:00
parent 1130fb028d
commit ed44eb6230
10 changed files with 162 additions and 19 deletions

9
doc_windows.go Normal file
View File

@@ -0,0 +1,9 @@
/*
Package sysutils provides [IDState], a collection of process information as it relates to user/group access/membership.
NOTE: an [IDState], and all the functions/methods thereof, are fairly useless on Windows as all methods are NO-OPs and
[GetIDState]/[GetIDStateProc] just return an empty [IDState]. It is primarily provided on Windows for easier cross-platform development.
Take note that this module's main functionality is in its child packages.
*/
package sysutils