17 Feb
2007
17 Feb
'07
9:15 a.m.
Dmitry Timoshkov wrote:
"Jeff Latimer" <lats(a)yless4u.com.au> wrote:
+ ok( CloseHandle(hslot), "CloseHandle failed\n"); To close the handle returned by an NT API you have you use an NT API as well. Have reread MSDN http://msdn2.microsoft.com/en-us/library/ms648410.aspx and it seems that NtClose has been superseded by CloseHandle. So I suppose that CloseHandle is the one to use. Have fixed the other points.
Jeff