windint.h | 1068 typedef struct windres_bfd struct 1073 } windres_bfd; typedef in typeref:struct:windres_bfd 1084 extern void set_windres_bfd_content (windres_bfd *, const void *, rc_uint_type, rc_uint_type); 1085 extern void get_windres_bfd_content (windres_bfd *, void *, rc_uint_type, rc_uint_type); 1087 extern void windres_put_8 (windres_bfd *, void *, rc_uint_type); 1088 extern void windres_put_16 (windres_bfd *, void *, rc_uint_type); 1089 extern void windres_put_32 (windres_bfd *, void *, rc_uint_type); 1090 extern rc_uint_type windres_get_8 (windres_bfd *, const void *, rc_uint_type); 1091 extern rc_uint_type windres_get_16 (windres_bfd *, const void *, rc_uint_type); 1092 extern rc_uint_type windres_get_32 (windres_bfd *, const void *, rc_uint_type) [all...] |