diff --git a/sdk-api-src/content/shellapi/ns-shellapi-notifyicondataa.md b/sdk-api-src/content/shellapi/ns-shellapi-notifyicondataa.md index 3c5e1d7f9a3..58a0cc7a4cf 100644 --- a/sdk-api-src/content/shellapi/ns-shellapi-notifyicondataa.md +++ b/sdk-api-src/content/shellapi/ns-shellapi-notifyicondataa.md @@ -176,7 +176,7 @@ If only a 16x16 pixel icon is provided, it is scaled to a larger size in a syste ### -field szTip -Type: TCHAR[64] +Type: CHAR[64] A null-terminated string that specifies the text for a standard tooltip. It can have a maximum of 64 characters, including the terminating null character. @@ -210,7 +210,7 @@ Type: DWORD ### -field szInfo -Type: TCHAR[256] +Type: CHAR[256] Windows 2000 and later. A null-terminated string that specifies the text to display in a balloon notification. It can have a maximum of 256 characters, including the terminating null character, but should be restricted to 200 characters in English to accommodate localization. To remove the balloon notification from the UI, either delete the icon (with NIM_DELETE) or set the NIF_INFO flag in uFlags and set szInfo to an empty string. @@ -236,7 +236,7 @@ Type: UINT ### -field szInfoTitle -Type: TCHAR[64] +Type: CHAR[64] Windows 2000 and later. A null-terminated string that specifies a title for a balloon notification. This title appears in a larger font immediately above the text. It can have a maximum of 64 characters, including the terminating null character, but should be restricted to 48 characters in English to accommodate localization.