poprawka do logiki odczytywania danych sesji rdp, usuniecie zbednych funkcji
This commit is contained in:
@@ -78,16 +78,7 @@ void get_LUID_string(const PLUID luid, PWSTR out, size_t out_len);
|
||||
|
||||
BOOL get_PIDs_from_sessionID(DWORD in_session_id, RELATED_PROCESSES* session_processes, BOOL update_flag);
|
||||
|
||||
BOOL get_PID_from_SessionID(DWORD in_session_id, DWORD* pid, WCHAR* pid_exe_name);
|
||||
|
||||
/* RDP SESSIONS */
|
||||
|
||||
// do celow testowych
|
||||
//FIND_SESSION_STATUS find_remote_domain_user_session(PSID user_sid, PUNICODE_STRING domain_username, DWORD* out_session_id);
|
||||
|
||||
BOOL retrieve_session_data(DWORD session_id, WTS_INFO_CLASS info, WCHAR* out_buff, size_t out_size);
|
||||
//RDP SESSIONS
|
||||
|
||||
|
||||
void print_kerberos_module_functions(HMODULE kerberos_module);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user