Searched refs:old_token (Results 1 – 2 of 2) sorted by relevance
494 *old_token = token; in win32_change_token()504 change_token_to_primary(HANDLE *old_token) in change_token_to_primary() argument513 *old_token = token; in change_token_to_primary()1364 HANDLE old_token; in win32_open_process_token_with_rights() local1376 if (change_token_to_primary(&old_token)) in win32_open_process_token_with_rights()1380 win32_revert_to_token(old_token); in win32_open_process_token_with_rights()1397 if (change_token_to_primary(&old_token)) in win32_open_process_token_with_rights()1400 win32_revert_to_token(old_token); in win32_open_process_token_with_rights()1437 HANDLE old_token; in win32_call_func_with_tcb_privilege() local1448 old_token = NULL; in win32_call_func_with_tcb_privilege()[all …]
11 BOOL win32_change_token(HANDLE new_token, HANDLE *old_token);