mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
v4.06-9435-beta
This commit is contained in:
@ -1002,6 +1002,8 @@ void *MsRunAsUserExInnerW(wchar_t *filename, wchar_t *arg, bool hide);
|
||||
UINT MsGetCursorPosHash();
|
||||
bool MsIsProcessExists(char *exename);
|
||||
bool MsIsProcessExistsW(wchar_t *exename);
|
||||
bool MsGetProcessNameFromId(wchar_t *exename, UINT exename_size, UINT pid);
|
||||
bool MsIsProcessIdExists(UINT pid);
|
||||
|
||||
void MsGetComputerName(char *name, UINT size);
|
||||
void MsGetComputerNameFull(wchar_t *name, UINT size);
|
||||
|
Reference in New Issue
Block a user