OleDestroyMenuDescriptor  16MGYW8

Called by the container to free the shared menu descriptor allocated by the OleCreateMenuDescriptorH8K.4H function.

void OleDestroyMenuDescriptor(

    HOLEMENU holemenu

//Handle to the shared menu descriptor

   );

 

 

Parameter

holemenu

[in] Handle to the shared menu descriptor that was returned by the OleCreateMenuDescriptorH8K.4H function.

 

Return Value

None. (This function does not indicate failure.)

See Also

OleCreateMenuDescriptor