LPVOID CCFXRequest::GetCustomData(void)
Gets the custom (tag specific) data for the request. This member is typically used from within subroutines of your tag implementation to extract tag specific data from within the request.
Returns a pointer to the custom data or returns NULL if no custom data has been set during this request using SetCustomData.
|