XRAutoCriticalSection.operator& (Compact 2013)
3/28/2014
The & overloaded operator returns the address of the CRITICAL_SECTION object stored in the XRAutoCriticalSection helper class.
Syntax
LPCRITICAL_SECTION operator&(void)
Parameters
None.
Return Value
Returns the address of the CRITICAL_SECTION object stored in the XRAutoCriticalSection helper class.
Requirements
Header |
winbase.h, |
See Also
Reference
XRAutoCriticalSection
XRAutoCriticalSection.CRITICAL_SECTION&()