ReactOS 0.4.16-dev-1946-g52006dd
CURLMsg Struct Reference

#include <multi.h>

Collaboration diagram for CURLMsg:

Public Attributes

CURLMSG msg
 
CURLeasy_handle
 
union {
   void *   whatever
 
   CURLcode   result
 
data
 

Detailed Description

Definition at line 101 of file multi.h.

Member Data Documentation

◆ 

union { ... } CURLMsg::data

◆ easy_handle

CURL* CURLMsg::easy_handle

Definition at line 103 of file multi.h.

◆ msg

CURLMSG CURLMsg::msg

Definition at line 102 of file multi.h.

◆ result

CURLcode CURLMsg::result

Definition at line 106 of file multi.h.

◆ whatever

void* CURLMsg::whatever

Definition at line 105 of file multi.h.


The documentation for this struct was generated from the following file: