CSyncObject::operator HANDLE

Use this operator to get the handle of the CSyncObject object.

operator HANDLE( ) const;

Return Value

If successful, the handle of the synchronization object; otherwise, NULL.

Remarks

You can use the handle to call Windows APIs directly.

Requirements

Header: afxmt.h

See Also

Reference

CSyncObject Class

Hierarchy Chart

Other Resources

CSyncObject Members