#include <p6service.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6INT32 | addref (void)=0 |
virtual P6R::P6ERR | getInfo (P6SERVICEINFO &info)=0 |
virtual P6R::P6ERR | initialize (void)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0 |
virtual P6INT32 | release (void)=0 |
virtual P6R::P6ERR | start (void)=0 |
virtual P6R::P6ERR | stop (void)=0 |
virtual P6R::P6ERR | uninitialize (void)=0 |
Used by the [p6]COM runtime to manage services.
This interface is implemented by components that are to be loaded by the [p6]COM runtime as a service.
Definition at line 33 of file p6service.h.