FormatMessageA
C# Signature:
[DllImport("kernel32.dll", SetLastError=true)]
static extern TODO FormatMessageA(TODO);
VB Signature:
Declare Function FormatMessageA Lib "kernel32.dll" (TODO) As TODO
Última actualización
[DllImport("kernel32.dll", SetLastError=true)]
static extern TODO FormatMessageA(TODO);
Declare Function FormatMessageA Lib "kernel32.dll" (TODO) As TODO
Última actualización