2025-04-27 07:49:33 -04:00

12 lines
121 B
C

//
// Function prototypes
//
BOOL EditToken(
HWND hwndParent,
HANDLE Token,
LPWSTR Name
);