Home
last modified time | relevance | path

Searched refs:nNotifyFormat (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dheader.c68 INT nNotifyFormat; /* format used for WM_NOTIFY messages */ member
858 if (fSourceUnicode && infoPtr->nNotifyFormat != NFR_UNICODE) in HEADER_CopyHDItemForNotify()
920 if (infoPtr->nNotifyFormat != NFR_UNICODE) in HEADER_SendNotifyWithHDItemT()
995 if (infoPtr->nNotifyFormat == NFR_UNICODE) in HEADER_PrepareCallbackItems()
1025 if (infoPtr->nNotifyFormat == NFR_UNICODE) in HEADER_PrepareCallbackItems()
1383 return (infoPtr->nNotifyFormat == NFR_UNICODE); in HEADER_GetUnicodeFormat()
1566 BOOL bTemp = (infoPtr->nNotifyFormat == NFR_UNICODE); in HEADER_SetUnicodeFormat()
1603 infoPtr->nNotifyFormat = in HEADER_Create()
1843 return infoPtr->nNotifyFormat; in HEADER_NotifyFormat()
1846 infoPtr->nNotifyFormat = in HEADER_NotifyFormat()
[all …]