Lolly 1.4.27
Loading...
Searching...
No Matches
Namespaces | Functions
win_sys_utils.hpp File Reference
#include "array.hpp"
#include "string.hpp"
Include dependency graph for win_sys_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lolly
 

Functions

SN win_get_process_id ()
 
string lolly::win_get_username ()
 

Function Documentation

◆ win_get_process_id()

SN win_get_process_id ( )

Definition at line 21 of file win_sys_utils.cpp.

21 {
22 return GetCurrentProcessId ();
23}
The list class represents a linked list.
Definition list.hpp:48