UninitGadgetComponent

Core

UninitGadgetComponent shuts down and cleans up optional DirectUser/Gadget components that were previously initialized.

HGADGET CreateGadget(
    HANDLE hParent,             // Handle to parent
    UINT nFlags,                // Creation flags
    GADGETPROCEX pfnProc,       // Pointer to the Gadget procedure
    void * pvGadgetData)        // User data associated with this Gadget
);

Parameters

nOptionalComponents
[in] Mask  of optional components to uninitialize.

Return Values

Components were successfully un initialized.

See Also

CreateTransition, InitGadgetComponent

 

 


Internal Only

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