 |
winapi - Wrapper C# for kernel32.dll API - Stack Overflow
Wrapper C# for kernel32.dll API up vote 4 down vote favorite 2 Any helper class anywhere which wrapps kernel32 APIs, ... ("kernel32.dll",EntryPoint="RtlMoveMemory")] public static extern void RtlMoveMemory(int des, int src, int count); [DllImport ...
stackoverflow.com |
 |