Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6runtimeapi.h File Reference
#include "p6errorinfo.h"
#include "p6dllapi.h"
#include "p6thread.h"

Go to the source code of this file.

Namespaces

 P6R
 

Functions

P6API P6R::P6INT32 p6AtomicDec32 (P6R::P6INT32 volatile *pVar)
 
P6API P6R::P6INT32 p6AtomicInc32 (P6R::P6INT32 volatile *pVar)
 
P6API P6R::P6ERR p6CreateInstance (P6R::p6ICom *pOuter, const P6R::CID &cid, const P6R::IID &iid, P6R::P6VOID **ppIface)
 
P6API P6R::P6CHARp6ErrToStr (P6R::P6ERR err, P6R::P6CHAR *pszBuffer, P6R::P6SIZE cBuffer)
 
P6API P6R::P6WCHARp6ErrToWStr (P6R::P6ERR err, P6R::P6WCHAR *pszBuffer, P6R::P6SIZE cBuffer)
 
P6API P6R::P6ERR p6GetRuntimeIface (const P6R::IID &iid, P6R::P6VOID **ppIface)
 

Detailed Description

P6COM runtime interfaces definitions.

The P6COM runtime provides a small set of "C$quot; function that provide basic functionality for P6COM.

Definition in file p6runtimeapi.h.