SoftwareShield ClientProtector COM Component >
ClientProtector (SSCProtector) Reference
> CPDEBUGFLAGS
CPDEBUGFLAGSThe CPDEBUGFLAGS enumeration is used in the StartUp ClientProtector function call in order to control debug output when linking to the debug ClientProtector COM server. (SSCProtD.dll)
The values are in four different categories:
Each type has two values corresponding to "coarse" or "detailed" output. These values may be combined with bit-wise OR operations to achieve various debug output levels with different methods. DBG_SUPPRESS_WARNING_DLG Combine this flag with any others you may need to use when you are debugging a non-interactive application (such as an NT service) or a web-application (server side). Non-interactive applications may hang or crash if a COM component created from inside them attempts to show a dialog. The Debug ClientProtector server shows a warning dialog by default when it is accessed to remind you that you are linking to the debug version (see: Controlling Debug Output) Use this flag to suppress this warning dialog. Debug flags are ignored when linking to the release server (SSCProt.dll).
|