AudRecordLib
Classes | Typedefs
rtlresource.h File Reference

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_RESOURCEPRTL_RESOURCE

Detailed Description

Definitions for functions and objects using Microsoft fat read/write lock.


Typedef Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines