NM_INLINE_SOUND

This notification message is sent by the HTML viewer control to notify the application to load the sound.

NM_INLINE_SOUND NM_HTMLVIEW *pnmHtmlView = (NM_HTMLVIEW *)lParam;
szSRCText = pnmHtmlView->szTarget;
dwLoopCount = pnmHtmlView->dwCookie;

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.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Htmlctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

NM_HTMLVIEW

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.