diff --git a/docs/framework/interop/marshaling-data-with-platform-invoke.md b/docs/framework/interop/marshaling-data-with-platform-invoke.md index bf048aa54c5f3..e4e9419d16369 100644 --- a/docs/framework/interop/marshaling-data-with-platform-invoke.md +++ b/docs/framework/interop/marshaling-data-with-platform-invoke.md @@ -40,10 +40,10 @@ To call functions exported from an unmanaged library, a .NET Framework applicati |**ULONG**|**unsigned long**||32 bits| |**CHAR**|**char**||Decorate with ANSI.| |**WCHAR**|**wchar_t**||Decorate with Unicode.| -|**LPSTR**|**char \***| or |Decorate with ANSI.| -|**LPCSTR**|**Const char\***| or |Decorate with ANSI.| -|**LPWSTR**|**wchar_t \***| or |Decorate with Unicode.| -|**LPCWSTR**|**Const wchar_t \***| or |Decorate with Unicode.| +|**LPSTR**|**char ***| or |Decorate with ANSI.| +|**LPCSTR**|**Const char ***| or |Decorate with ANSI.| +|**LPWSTR**|**wchar_t ***| or |Decorate with Unicode.| +|**LPCWSTR**|**Const wchar_t ***| or |Decorate with Unicode.| |**FLOAT**|**Float**||32 bits| |**DOUBLE**|**Double**||64 bits|