XML_SetUserDataΒΆ

XML_SetUserData sets the user data that gets passed to handlers.

bool = XML_SetUserData(hParser, data)

Return Value

bool is TRUE (1) when the function was successful and otherwise FALSE (0).

Parameters

hParser

hParser is the handle of a parser.

data

data.

id-1746762