BazisLib::DDK::FastMutex Class Reference

Represents a fast mutex. See ExInitializeFastMutex() for details. More...

#include <ksync.h>

List of all members.

Public Member Functions

 FastMutex ()
 ~FastMutex ()
bool Valid ()
void Lock ()
void Unlock ()

Private Attributes

PFAST_MUTEX m_pMutex


Detailed Description

Represents a fast mutex. See ExInitializeFastMutex() for details.

Constructor & Destructor Documentation

BazisLib::DDK::FastMutex::FastMutex (  )  [inline]

BazisLib::DDK::FastMutex::~FastMutex (  )  [inline]


Member Function Documentation

void BazisLib::DDK::FastMutex::Lock (  )  [inline]

Here is the call graph for this function:

void BazisLib::DDK::FastMutex::Unlock (  )  [inline]

Here is the call graph for this function:

bool BazisLib::DDK::FastMutex::Valid (  )  [inline]


Member Data Documentation

PFAST_MUTEX BazisLib::DDK::FastMutex::m_pMutex [private]


The documentation for this class was generated from the following file:
SourceForge.net Logo