#include <Handle_Ops.h>
Inheritance diagram for ACE_Handle_Ops:
Static Public Methods | |
ACE_HANDLE | handle_timed_open (ACE_Time_Value *timeout, const ACE_TCHAR *name, int flags, int perms, LPSECURITY_ATTRIBUTES sa=0) |
|
Wait up to <timeout> amount of time to actively open a device. This method doesn't perform the <connect>, it just does the timed wait... |