In C++, there is datatype HANDLE
void* HANDLE
then HANDLE is similar to "file handle"?
which is unique identifier for a file, for a process, for a thread ...
etc
which is returned by a function when it's creating something - like
creating a thread, creating a process, creating a file ... etc
void* HANDLE
then HANDLE is similar to "file handle"?
which is unique identifier for a file, for a process, for a thread ...
etc
which is returned by a function when it's creating something - like
creating a thread, creating a process, creating a file ... etc
Comment