FreeBASIC  0.91.0
_FB_DATADESC Struct Reference

#include <fb_data.h>

Collaboration diagram for _FB_DATADESC:

Data Fields

short len
 
union {
   char *   zstr
 
   FB_WCHAR *   wstr
 
   void *   ofs
 
   struct _FB_DATADESC *   next
 
}; 
 

Detailed Description

Definition at line 1 of file fb_data.h.

Field Documentation

union { ... }
short _FB_DATADESC::len

Definition at line 2 of file fb_data.h.

struct _FB_DATADESC* _FB_DATADESC::next

Definition at line 7 of file fb_data.h.

void* _FB_DATADESC::ofs

Definition at line 6 of file fb_data.h.

FB_WCHAR* _FB_DATADESC::wstr

Definition at line 5 of file fb_data.h.

char* _FB_DATADESC::zstr

Definition at line 4 of file fb_data.h.


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