DdeCreateStringHandleW (USER32.@)
HSZ DdeCreateStringHandleW ( DWORD idInst, LPCWSTR psz, INT codepage )
DdeCreateStringHandleW [USER32.@] Creates handle to identify string.
idInst | [In] | Instance identifier. |
psz | [In] | Pointer to string. |
codepage | [In] | Code page identifier. |
Success: String handle
Failure: 0
Declared in "include/ddeml.h". gitlab.winehq.org/wine/wine/blob/master/include/ddeml.h
Implemented in "dlls/user32/dde_misc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/user32/dde_misc.c
Debug channel "ddeml".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.