DeleteHandle

Core

DeleteHandle deletes any DirectUser handle by destroying the object and cleaning up associated resources. After calling, the specified handle is no longer valid. It may be used again later by another object.

It is very important that only valid handles are given to DeleteHandle().  Passing invalid handles (including previously deleted handles) will crash DirectUser.

BOOL DeleteHandle(
    HANDLE h                    // Handle to delete
);

Parameters

h
Handle to delete

Return Values

Object was successfully deleted.

See Also

CreateAction, CreateGadget, CreateTransition

 

 


Internal Only

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