#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL | InternalSetProp (PWND pwnd, LPWSTR pszKey, HANDLE hData, DWORD dwFlags) |
HANDLE | InternalRemoveProp (PWND pwnd, LPWSTR pszKey, BOOL fInternal) |
NTSTATUS | _BuildPropList (PWND pwnd, PROPSET aPropSet[], UINT cPropMax, PUINT pcPropNeeded) |
PPROP | CreateProp (PWND pwnd) |
void | DeleteProperties (PWND pwnd) |
|
Definition at line 141 of file kernel/winprop.c. References tagPROPLIST::aprop, _PROPSET::atom, tagPROP::atomKey, DWORD, tagPROP::fs, tagPROP::hData, _PROPSET::hData, tagPROPLIST::iFirstFree, NTSTATUS(), NULL, tagWND::ppropList, PROPF_INTERNAL, Status, and UINT. Referenced by NtUserBuildPropList().
|
|
Definition at line 217 of file kernel/winprop.c. References tagPROPLIST::aprop, tagPROPLIST::cEntries, DesktopAlloc(), DesktopFree, DTAG_PROPLIST, tagWND::head, tagPROPLIST::iFirstFree, NULL, tagWND::ppropList, PROP, and PROPLIST. Referenced by InternalSetProp().
|
|
Definition at line 265 of file kernel/winprop.c. References tagPROPLIST::aprop, DesktopFree, tagPROP::fs, tagPROP::hData, tagWND::head, tagPROPLIST::iFirstFree, NULL, tagWND::ppropList, PROPF_INTERNAL, PROPF_NOPOOL, and UINT. Referenced by xxxFreeWindow().
|
|
Definition at line 98 of file kernel/winprop.c. References _FindProp(), tagPROPLIST::aprop, tagPROP::hData, tagPROPLIST::iFirstFree, NULL, and tagWND::ppropList. Referenced by _DdeSetQualityOfService(), _SetWindowContextHelpId(), DestroyWindowSmIcon(), MESSAGECALL(), NtUserRemoveProp(), RemoveRedirectionBitmap(), UnlinkConv(), UserAssociateHwnd(), and xxxFreeWindow().
|
|
Definition at line 39 of file kernel/winprop.c. References _FindProp(), tagPROP::atomKey, BOOL, CreateProp(), dwFlags, FALSE, tagPROP::fs, tagPROP::hData, IS_PTR, NULL, PROPF_INTERNAL, PTR_TO_ID, and TRUE. Referenced by _DdeSetQualityOfService(), _SetWindowContextHelpId(), AddConvProp(), CkptRestore(), CreateRedirectionBitmap(), MESSAGECALL(), NtUserSetAppImeLevel(), NtUserSetProp(), UnlinkConv(), UserAssociateHwnd(), xxxCreateWindowSmIcon(), and xxxDWP_SetIcon().
|