libUPnP  1.6.17
ssdp_ResultData.h
Go to the documentation of this file.
00001 #ifndef SSDP_RESULTDATA_H
00002 #define SSDP_RESULTDATA_H
00003 
00017 typedef struct resultData
00018 {
00019         struct Upnp_Discovery param;
00020         void *cookie;
00021         Upnp_FunPtr ctrlpt_callback;
00022 } ResultData;
00023 
00024 /* @} SSDPlib */
00025 
00026 #endif /* SSDP_RESULTDATA_H */