InitGadgetComponent

Core

InitGadgetComponent initializes optional DirectUser/Gadget components that are not initialized by default. It is usually best to call this function separately for each optional component to track individual failures when initializing.

BOOL InitGadgetComponent(
    UINT nOptionalComponents	// Mask of optional components
);

Parameters

nOptionalComponents
[in] Mask  of optional components to initialize.

Return Values

Components were successfully initialized.

See Also

CreateTransition, UninitGadgetComponent

 

 


Internal Only

Build on Thursday, March 16, 2000
Copyright © 2000 by Microsoft Corporation.  All rights reserved
Send feedback to Jeff Stall