Creates the user-defined flag for initializing StripContext.

Prototype declaration:


KMSTATUS KMAPI
kmRegisterDefaultContext(
		OUT KMDWORD             dwPresetFlag,
		IN  PKMSTRIPCONTEXT     pStripContext
);

Description:

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
Parameters:
dwPresetFlag(output)
        This parameter creates the user-defined flag for initializing StripContext.

pStripContext(input)
        This parameter is a pointer to KMSTRIPCONTEXT.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success