Freigeben über


IMsoComponent::FDebugMessage Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This method is reserved for internal use and is not intended to be used in your code. This method always returns TRUE.

BOOL FDebugMessage(
   HANDLE hinst,
   UINT message,
   WPARAM wParam,
   LPARAM lParam
);

Parameters

hinst [in]

message [in]

wParam [in]

lParam [in]

Return Value

TRUE in all cases.

See Also

Reference

IMsoComponent Interface