Share

AdUiShowBalloonTip

C++

BOOL ADUI_PORT AdUiShowBalloonTip(
    CWnd * owner, 
    CWnd * control, 
    LPCTSTR text, 
    BOOL beep
);

File

aduiTextTip.h

Description

For internal use only.

Parameters

Parameters Description
owner Used internally
control Used internally
text Used internally
beep Used internally

Was this information helpful?