Prototype declaration:
KMSTATUS KMAPI kmRegisterDefaultContext( OUT KMDWORD dwPresetFlag, IN PKMSTRIPCONTEXT pStripContext );
Description:
Parameters:This function creates the user-defined flag for initializing StripContext. From the KMSTRIPCONTEXT setting pointed by pStripContext, it generates PresetFalg which can automatically set the following members. ListType,UserClipMode,ShadowMode,IntensityMode,Offset Gouraud,DepthMode,CullingMode,ZWrite,DCalcExact,ModifierInstruction
Return values:dwPresetFlag(output) This parameter creates the user-defined flag for initializing StripContext. pStripContext(input) This parameter is a pointer to KMSTRIPCONTEXT.
Value Explanation KMSTATUS_SUCCESS Success