|
if !win32.GetTokenInformation(token_handle, .TokenUser, nil, 0, &token_user_size) {
|
|
if !win32.GetTokenInformation(token_handle, .TokenUser, nil, 0, &token_user_size) {
|
|
// Note(flysand): Make sure the buffer too small error comes out, and not any other error
|
|
// Note(flysand): Make sure the buffer too small error comes out, and not any other error
|