M
Mobileboy36
hi group,
What is the best VB.NET equivalent for the C# [In,Out]?
Should it be translated as "Byref"?
[DllImport("aipcdll.dll")]
public static extern int AGPS5_AddRouteByFilename(int dwCookie, [In,Out]
char[] pFilename);
--> public shared function AGPS5_AddRouteByFilename(dwCookie as integer,
Byref char() pFilename) as integer ????
What is the best VB.NET equivalent for the C# [In,Out]?
Should it be translated as "Byref"?
[DllImport("aipcdll.dll")]
public static extern int AGPS5_AddRouteByFilename(int dwCookie, [In,Out]
char[] pFilename);
--> public shared function AGPS5_AddRouteByFilename(dwCookie as integer,
Byref char() pFilename) as integer ????