Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6INamedSemaphore Interface Referenceabstract

#include <p6lock.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR close (void)=0
 
virtual P6R::P6ERR initialize (void)=0
 
virtual P6R::P6ERR open (const P6WCHAR *pwszName, P6SEMFLAG flags, P6INT32 initialValue, P6FILEMODE nMode)=0
 
virtual P6R::P6ERR post (void)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR remove (const P6WCHAR *pwszName)=0
 
virtual P6R::P6ERR wait (void)=0
 
virtual P6R::P6ERR waitTimed (P6INTERVAL tTimeout)=0
 

Detailed Description

An implementation of a cross process/thread named counting semaphore.

Definition at line 314 of file p6lock.h.


The documentation for this interface was generated from the following file: