G
Guest
Specifically, is there any difference between usin
void MyFunction(const HANDLE myhandle
an
void MyFunction(const HANDLE& myhandleref
??
is the latter likely to cause problems (such as I have experienced with HANDLE pointers used in this way
void MyFunction(const HANDLE myhandle
an
void MyFunction(const HANDLE& myhandleref
??
is the latter likely to cause problems (such as I have experienced with HANDLE pointers used in this way