v1.16.0
ADDED: * Dummy implementation for IDState on Windows
This commit is contained in:
9
doc_windows.go
Normal file
9
doc_windows.go
Normal 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
|
||||
Reference in New Issue
Block a user