|
AudRecordLib
|
Definitions for functions and objects using Microsoft fat read/write lock. More...
Go to the source code of this file.
Classes | |
| struct | RTL_RESOURCE |
| class | RtlResource |
| struct | SharedRtlResourceLock |
| struct | ExclusiveRtlResourceLock |
Typedefs | |
| typedef struct RTL_RESOURCE * | PRTL_RESOURCE |
Definitions for functions and objects using Microsoft fat read/write lock.
| typedef struct RTL_RESOURCE * PRTL_RESOURCE |
Microsoft's read/write lock that is downgradable and recursive.
Can be acquired for shared access if you have exclusive access but you retain the exclusive state.
1.7.5.1