tagNMHL_DIALOG_CLOSE_RQ Struct Reference

This structure is used by HLN_DIALOG_CLOSE_RQ notification. More...

#include <htmlayout.h>


Data Fields

NMHDR hdr
 Default WM_NOTIFY header.
BOOL outCancel
 [out] set it to non-zero for canceling close request.


Detailed Description

This structure is used by HLN_DIALOG_CLOSE_RQ notification.

Notifies that HtmLayout is about to download a referred resource.

Parameters:
lParam LPNMHL_LOAD_DATA.
Returns:
LOAD_OK or LOAD_DISCARD
This notification gives application a chance to override built-in loader and implement loading of resources in its own way (for example images may be loaded from database or other resource). To do this set NMHL_LOAD_DATA::outData and NMHL_LOAD_DATA::outDataSize members of NMHL_LOAD_DATA. HTMLayout does not store pointer to this data. You can call HTMLayoutDataReady() function instead of filling these fields. This allows you to free your outData buffer immediately.


Field Documentation

NMHDR tagNMHL_DIALOG_CLOSE_RQ::hdr

Default WM_NOTIFY header.

BOOL tagNMHL_DIALOG_CLOSE_RQ::outCancel

[out] set it to non-zero for canceling close request.


The documentation for this struct was generated from the following file:
Generated on Fri May 18 22:05:12 2007 for HTMLayout by  doxygen 1.5.1-p1