D | fx_api.h | 353 …_IN_LINE_INSERT(i, a, b, c, d, f, g, h) _fx_trace_event_insert((ULONG)i, (ULONG)a, (ULONG)b, (ULON… argument 369 #define FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h) 1180 #define fx_file_seek(f, b) fx_file_extended_seek(f, (ULONG64)b) argument 1181 #define fx_file_allocate(f, s) fx_file_extended_allocate(f, (ULONG64)s); argument 1182 #define fx_file_truncate(f, s) fx_file_extended_truncate(f, (ULONG64)s); argument 1183 #define fx_file_relative_seek(f, b, sf) fx_file_extended_relative_seek(f, (ULONG64)b, sf); argument 1184 #define fx_file_truncate_release(f, s) fx_file_extended_truncate_release(f, (ULONG64)s); argument 1326 #define fx_file_open(m, f, n, t) _fxe_file_open(m, f, n, t, sizeof(FX_FILE)) argument
|