ACE 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ACE_OS::ace_flock_t Class Reference

OS file locking structure. More...

#include <OS_NS_stdio.h>

Public Member Functions

void dump () const
 Dump state of the object.
 

Public Attributes

ACE_OVERLAPPED overlapped_
 
const ACE_TCHARlockname_
 Name of this filelock.
 
ACE_HANDLE handle_
 Handle to the underlying file.
 

Detailed Description

OS file locking structure.

Member Function Documentation

◆ dump()

void ACE_OS::ace_flock_t::dump ( ) const

Dump state of the object.

Member Data Documentation

◆ handle_

ACE_HANDLE ACE_OS::ace_flock_t::handle_

Handle to the underlying file.

◆ lockname_

const ACE_TCHAR* ACE_OS::ace_flock_t::lockname_

Name of this filelock.

◆ overlapped_

ACE_OVERLAPPED ACE_OS::ace_flock_t::overlapped_

The documentation for this class was generated from the following files: