#include <w3types.h>
Public Members | |||
![]() | ![]() | w3URI | uri |
![]() | ![]() | URI structure describing the file containing the document. | |
![]() | ![]() | char* | data |
![]() | ![]() | The actual document data. Normally filled in by w3ClientGetDocument() . | |
![]() | ![]() | unsigned int | dataLength |
![]() | ![]() | Length of the document data. |
w3URI w3Document::uri |
URI structure describing the file containing the document.
char* w3Document::data |
The actual document data. Normally filled in by w3ClientGetDocument()
.
unsigned int w3Document::dataLength |
Length of the document data.