|
|
Home | Loader API | Interfaces | File List | Index | |
P6COM runtime interfaces definitions. More...
#include "p6err.h"
#include "p6comdef.h"
Go to the source code of this file.
Classes | |
interface | P6R::p6INetHelpers |
Provides network helpers for managing byte-order and providing address conversions. More... | |
interface | P6R::p6ISafeString |
This runtime interface provides a set of safe string routines that should be used in place of the standard C runtime string routines. More... | |
Defines | |
#define | IF_p6INetHelpers {0x464F74EE,0x0D93,0x4ee9,{0x9E,0x5E,0x13,0xEE,0x0C,0x94,0xB5,0x3D}} |
#define | IF_p6ISafeString {0x1B77B8F2,0x9FBC,0x4d90,{0x9B,0x1F,0x21,0x1D,0xA2,0x4C,0xD8,0x23}} |
P6COM runtime interfaces definitions.
Runtime interfaces are interfaces that are provided directly by the runtime itself. Runtime intergace are retrieved using the p6GetRuntimeIface() function (instead of p6CreateInstance()).
Definition in file p6runtimeif.h.