This notification message is sent by the HTML viewer control to notify the application to load the sound.
At a Glance
Header file: | Htmlctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
NM_INLINE_SOUND NM_HTMLVIEW *pnmHtmlView = (NM_HTMLVIEW *)lParam; szSRCText = pnmHtmlView->szTarget; dwLoopCount = pnmHtmlView->dwCookie; switch(pnmHtmlView->hdr.code) { case NM_INLINE_SOUND: };
Parameters
pnmHtmlView
Pointer to an NM_HTMLVIEW structure that contains information about the NM_INLINE_SOUND notification message.
szSRCText
Null-terminated string that contains the text from the SRC parameter of the BGSOUND tag in the HTML text.
dwLoopCount
Specifies the loop count value from the LOOP parameter of the BGSOUND tag.
Return Values
This message does not return a value.
See Also