PreviousNext

DCE_SVC_INTRO(3dce) (macros)

Introduction to the DCE serviceability macros

Description
The DCE_SVC_DEFINE_HANDLE macro is used to create a serviceability handle. This can be useful in a library that has no explicit initialization routine in which a call to dce_svc_register(~) could be added. The remaining macros can be compiled out of production code, or left in to aid diagnostics, depending on whether or not DCE_DEBUG (normally found in dce/dce.h) is defined.

More:

The DCE Serviceability Macros