1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.lib "kernel32.dll"
RtlMoveMemory_To%(Destination%,Source*,Length%) : "RtlMoveMemory"
RtlMoveMemory_From%(Destination*,Source%,Length%) : "RtlMoveMemory"
RtlMoveMemory_Ex%(Destination%,Source%,Length%) : "RtlMoveMemory"
Api_RtlCopyMemory(Destination,Source*,Length):"RtlMoveMemory"
Api_RtlMoveMemory(Destination*,Source,Length):"RtlMoveMemory"
Api_GlobalAlloc%(uFlags,dwBytes):"GlobalAlloc"
Api_GlobalLock%(hMem):"GlobalLock"
Api_GlobalUnlock%(hMem):"GlobalUnlock"
ou
;--------------------------------------------------------------------------------------
;winmm.decls
;--------------------------------------------------------------------------------------
.lib "winmm.dll"
;
winmm_mciSendString%(Command$,ReturnString*,ReturnLength%,Callback%):"mciSendStringA"
winmm_mciExecute%(Text$):"mciExecute"
winmm_mciGetErrorString%(Error%, Buffer*, Length%):"mciGetErrorStringA"
;-------------------------------------------------------------------------------------- |
Partager