deprecated IsValidHandle()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401771
This commit is contained in:
David Anderson 2007-12-05 15:38:45 +00:00
parent 737a359990
commit 41ac66fceb

View File

@ -92,4 +92,5 @@ native Handle:CloneHandle(Handle:hndl, Handle:plugin=INVALID_HANDLE);
* @param hndl Handle to test for validity. * @param hndl Handle to test for validity.
* @return True if handle is valid, false otherwise. * @return True if handle is valid, false otherwise.
*/ */
#pragma deprecated Do not use this function.
native bool:IsValidHandle(Handle:hndl); native bool:IsValidHandle(Handle:hndl);