comparison dww.def @ 557:1a210e2f214b

Added a bunch of support routines I now own due to the settlement agreement with F/X. Shared memory and named event semaphores in particular.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 17 Apr 2004 05:38:09 +0000
parents 08d770271709
children c0a708e2cba3
comparison
equal deleted inserted replaced
556:f4093dce8155 557:1a210e2f214b
245 dw_scrollbar_set_range @433 245 dw_scrollbar_set_range @433
246 246
247 dw_taskbar_insert @440 247 dw_taskbar_insert @440
248 dw_taskbar_delete @441 248 dw_taskbar_delete @441
249 249
250 dw_named_memory_new @450
251 dw_named_memory_get @451
252 dw_named_memory_free @452
253
254 dw_named_event_new @460
255 dw_named_event_get @461
256 dw_named_event_reset @462
257 dw_named_event_post @463
258 dw_named_event_wait @464
259 dw_named_event_close @465