N
news.microsoft.com
ie ,
int WINAPI HWGetPhrase(WORD wCode,LPWORD* pResult);
How can i use it in C# ? When i use DllImport , what data type should i use
for LPWORD* ?
I need FULL data type mapping table . Thanks .
int WINAPI HWGetPhrase(WORD wCode,LPWORD* pResult);
How can i use it in C# ? When i use DllImport , what data type should i use
for LPWORD* ?
I need FULL data type mapping table . Thanks .