1.

Why Does Dllimport Not Work For Me?

Answer»

All METHODS marked with the DllImport attribute MUST be marked as PUBLIC static EXTERN.

All methods marked with the DllImport attribute must be marked as public static extern.



Discussion

No Comment Found