Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the innerHTML property of an HTML element.
void SetElementHtml(
LPCTSTR szElementId,
BSTR bstrText
);
void SetElementHtml(
IUnknown *punkElem,
BSTR bstrText
);
Parameters
szElementId
The ID of an HTML element.bstrText
The new value of the innerHTML property.punkElem
The IUnknown pointer of an HTML element.
Requirements
Header: afxdhtml.h