OleDestroyMenuDescriptor
Called by the
container to free the shared menu descriptor allocated by the OleCreateMenuDescriptor
void OleDestroyMenuDescriptor(
HOLEMENU holemenu |
//Handle to the shared menu descriptor |
); |
|
Parameter
holemenu
[in] Handle
to the shared menu descriptor that was returned by the OleCreateMenuDescriptor
Return Value
None. (This
function does not indicate failure.)
See Also