Scroll to navigation

DdeCreateStringHandleW(3w) Wine API DdeCreateStringHandleW(3w)

NAME

DdeCreateStringHandleW (USER32.@)

SYNOPSIS

HSZ DdeCreateStringHandleW
(
DWORD idInst,
LPCWSTR psz,
INT codepage
)
 

DESCRIPTION

DdeCreateStringHandleW [ USER32.@] Creates handle to identify string.
 

PARAMS

idInst [In] Instance identifier.
psz [In] Pointer to string.
codepage [In] Code page identifier.
 

RETURNS

Success: String handle
Failure: 0
 

IMPLEMENTATION

Declared in "ddeml.h".
Implemented in "dlls/user32/dde_misc.c".
Debug channel "ddeml".
Oct 2012 Wine API