Skip to content

Commit b2b18a1

Browse files
authored
Merge pull request #2763 from TylerMSFT/twhitney-github2018
fix github issue #2018
2 parents adbbb1a + 17fc290 commit b2b18a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dotnet/calling-native-functions-from-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ However, you must marshal types that do not have the same form. This includes ch
173173
|DWORD|unsigned long|unsigned long|UInt32|
174174
|ULONG|unsigned long|unsigned long|UInt32|
175175
|CHAR|char|char|Char|
176-
|LPCSTR|char \*|String ^ [in], StringBuilder ^ [in, out]|String ^ [in], StringBuilder ^ [in, out]|
176+
|LPSTR|char \*|String ^ [in], StringBuilder ^ [in, out]|String ^ [in], StringBuilder ^ [in, out]|
177177
|LPCSTR|const char \*|String ^|String|
178178
|LPWSTR|wchar_t \*|String ^ [in], StringBuilder ^ [in, out]|String ^ [in], StringBuilder ^ [in, out]|
179179
|LPCWSTR|const wchar_t \*|String ^|String|

0 commit comments

Comments
 (0)