Lines Matching refs:Create
32 WRes Create(bool manualReset, bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
57 WRes Create(bool initiallyOwn = false)
70 return CBaseEvent::Create(true, initiallyOwn, name);
78 WRes Create()
104 WRes Create(bool initiallyOwn, LPCTSTR name = NULL, LPSECURITY_ATTRIBUTES sa = NULL)
152 WRes Create(UInt32 initCount, UInt32 maxCount)
228 WRes Create()
291 WRes Create(
322 WRes Create(CSynchro *sync, bool initiallyOwn = false) { return CBaseEvent_WFMO::Create(sync, true, initiallyOwn); }
329 WRes Create(CSynchro *sync) { return CBaseEvent_WFMO::Create(sync, false, false); }
332 return Create(sync);
347 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount)