yucad3d

CadTipOfTheDay

Shows the tip-of-the-day window.

void CadTipOfTheDay ( void* hParentWnd, const char* szFileName, std::int32_t* pbShowOnStartup, std::int32_t* pTipIndex );

Parameters

hParentWnd (void*)
Caller-supplied output pointer.
szFileName (const char*)
NUL-terminated UTF-8 string.
pbShowOnStartup (std::int32_t*)
Caller-supplied output pointer.
pTipIndex (std::int32_t*)
Caller-supplied output pointer.

Return Value

None.

See Also