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

Go to the source code of this file.

Namespaces

 P6R
 

Typedefs

typedef P6ERR(P6CCALLP6R::P6ALLOCCOMSTRING )(const P6WCHAR *pszSource, P6COMSTR *ppNewString)
 
typedef P6ERR(P6CCALLP6R::P6ALLOCCOMSTRINGLEN )(P6WCHAR *pszSource, P6SIZE nSize, P6COMSTR *ppNewString)
 
typedef P6ERR(P6CCALLP6R::P6ALLOCMEMORY )(P6SIZE cSize, P6VOID **ppMemory)
 
typedef P6ERR(P6CCALLP6R::P6ASSERT )(const P6WCHAR *pszExpr, const P6CHAR *pszFile, P6UINT32 nLine)
 
typedef P6INT32(P6CCALLP6R::P6ATOMICADD32 )(P6INT32 volatile *pVar, P6INT32 value)
 
typedef P6INT32(P6CCALLP6R::P6ATOMICDEC32 )(P6INT32 volatile *pVar)
 
typedef P6INT32(P6CCALLP6R::P6ATOMICINC32 )(P6INT32 volatile *pVar)
 
typedef P6INT32(P6CCALLP6R::P6ATOMICSET32 )(P6INT32 volatile *pVar, P6INT32 value)
 
typedef P6INT64(P6CCALLP6R::P6ATOMICSET64 )(P6INT64 volatile *pVar, P6INT64 value)
 
typedef P6VOID *(P6CCALLP6R::P6ATOMICSETPTR )(P6VOID volatile **pVar, P6VOID *pValue)
 
typedef P6ERR(P6CCALLP6R::P6BACKTRACE )(P6CHAR *pBuffer, P6SIZE cBuffer, P6UINT32 cFramesToSkip, P6BTFLAGS fFlags)
 
typedef P6VOID(P6CCALLP6R::P6COMPONENTCTOR )()
 
typedef P6VOID(P6CCALLP6R::P6COMPONENTDTOR )()
 
typedef P6ERR(P6CCALLP6R::P6COMSTRINGBYTELEN )(const P6COMSTR pString, P6SIZE *pLength)
 
typedef P6ERR(P6CCALLP6R::P6COMSTRINGLEN )(const P6COMSTR pString, P6SIZE *pLength)
 
typedef P6ERR(P6CCALLP6R::P6CREATECRYPTOINSTANCE )(const P6R::P6CID &cid, const P6R::P6IID &iid, P6VOID **ppIface)
 
typedef P6ERR(P6CCALLP6R::P6CREATEINSTANCE )(p6ICom *pOuter, const P6R::P6CID &cid, const P6R::P6IID &iid, P6VOID **ppIface)
 
typedef P6VOID(P6CCALLP6R::P6DBGBREAK )()
 
typedef P6CHAR *(P6CCALLP6R::P6ERRTOSTR )(P6ERR err, P6CHAR *pszBuffer, P6SIZE cBuffer)
 
typedef P6WCHAR *(P6CCALLP6R::P6ERRTOWSTR )(P6ERR err, P6WCHAR *pszBuffer, P6SIZE cBuffer)
 
typedef P6ERR(P6CCALLP6R::P6FREECOMSTRING )(P6COMSTR pString)
 
typedef P6ERR(P6CCALLP6R::P6FREEMEMORY )(P6VOID *pMemory)
 
typedef P6ERR(P6CCALLP6R::P6GETCRYPTOPROVIDERVERSION )(P6CHAR *pBuffer, P6SIZE cBuffer, P6SIZE *pcWritten, P6BOOL bVerbose)
 
typedef P6ERR(P6CCALLP6R::P6GETDIRECTORY )(P6DIRS nDir, P6WCHAR *pBuffer, P6SIZE cBuffer, P6SIZE *pcWritten)
 
typedef P6ERR(P6CCALLP6R::P6GETERRORINFO )(p6IErrorInfo **ppInfo)
 
typedef P6ERR(P6CCALLP6R::P6GETMODULEFILENAME )(P6WCHAR *pszBuffer, P6SIZE *pcBuffer)
 
typedef P6ERR(P6CCALLP6R::P6GETRUNTIMEIFACE )(const P6R::P6IID &iid, P6VOID **ppIface)
 
typedef P6ERR(P6CCALLP6R::P6GETRUNTIMEVERSION )(P6VERINFO *pVerInfo)
 
typedef P6ERR(P6CCALLP6R::P6GETTHREADLOGGER )(p6ILogProducer **ppLogger)
 
typedef P6UINT32(P6CCALLP6R::P6HASHBCSTR )(P6BCSTR *pbcsString)
 
typedef P6UINT32(P6CCALLP6R::P6HASHBWCSTR )(P6BWCSTR *pbwcsString)
 
typedef P6UINT32(P6CCALLP6R::P6HASHDATA )(const P6UINT8 *pData, P6SIZE cData, P6UINT32 hash)
 
typedef P6UINT32(P6CCALLP6R::P6HASHSTRING )(const P6CHAR *pszData)
 
typedef P6UINT32(P6CCALLP6R::P6HASHSTRINGW )(const P6WCHAR *pszData)
 
typedef P6UINT32(P6CCALLP6R::P6HASHUINT32 )(P6UINT32 nInteger)
 
typedef P6UINT64(P6CCALLP6R::P6HASHUINT64 )(P6UINT64 nInteger)
 
typedef P6UINT32(P6CCALLP6R::P6HASHUINT64TO32 )(P6UINT64 nInteger)
 
typedef P6ERR(P6CCALLP6R::P6MAPOSERROR )(P6UINT32 oserr)
 
typedef P6ERR(P6CCALLP6R::P6SETERROR )(const P6IID *piid, const P6CHAR *pszFile, P6UINT32 cLine, P6ERR error, const P6WCHAR *pwszContext, const P6WCHAR *pwszDescription)
 
typedef P6ERR(P6CCALLP6R::P6SETERRORA )(const P6IID *piid, const P6CHAR *pszFile, P6UINT32 cLine, P6ERR error, const P6CHAR *pszContext, const P6CHAR *pszDescription)
 
typedef P6ERR(P6CCALLP6R::P6STRINGTOUUID )(const P6CHAR *pszUUID, P6R::P6UUID &uuid)
 
typedef P6ERR(P6CCALLP6R::P6TRACEADDREF )(const P6CHAR *pszClassname, P6UINT32 cClassSize, P6VOID *classAddr, P6INT32 refCount, P6UINT32 *pSerialNumber)
 
typedef P6ERR(P6CCALLP6R::P6TRACECTOR )(const P6CHAR *pszClassname, P6UINT32 cClassSize, P6VOID *classAddr, P6UINT32 *pSerialNumber)
 
typedef P6ERR(P6CCALLP6R::P6TRACEDTOR )(const P6CHAR *pszClassname, P6VOID *classAddr, P6UINT32 *pSerialNumber)
 
typedef P6ERR(P6CCALLP6R::P6TRACERELEASE )(const P6CHAR *pszClassname, P6VOID *classAddr, P6INT32 refCount, P6UINT32 *pSerialNumber)
 
typedef P6ERR(P6CCALLP6R::P6UUIDTOSTRING )(const P6R::P6UUID &uuid, P6CHAR *pBuffer, P6SIZE cBuffer)
 
typedef P6ERR(P6CCALLP6R::P6UUIDTOWSTRING )(const P6R::P6UUID &uuid, P6WCHAR *pBuffer, P6SIZE cBuffer)
 
typedef P6ERR(P6CCALLP6R::P6WSTRINGTOUUID )(const P6WCHAR *pszUUID, P6R::P6UUID &uuid)
 

Detailed Description

P6COM DLL runtime api definitions.

Definition in file p6dllapi.h.