OleDestroyMenuDescriptor
Called by the
container to free the shared menu descriptor allocated by the OleCreateMenuDescriptor 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 OleCreateMenuDescriptor function.
Return Value
None. (This
function does not indicate failure.)
See Also