[DllImport("msvcrt.dll", EntryPoint = "memset", CallingConvention = CallingConvention.Cdecl, SetLastError = false)]
public static extern IntPtr MemSet(IntPtr dest, int c, int count);
<DllImport("msvcrt.dll", EntryPoint := "memset", CallingConvention := CallingConvention.Cdecl, SetLastError := False)> _
Public Shared Function MemSet(dest As IntPtr, c As Integer, count As Integer) As IntPtr
End Function
The value of dest.
dest - Pointer to destination.
c - Character to set.
count - Number of characters.
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!