Scroll to navigation

DdeNameService(3w) Wine API DdeNameService(3w)

NAME

DdeNameService (USER32.@)

SYNOPSIS

HDDEDATA DdeNameService
(
DWORD idInst,
HSZ hsz1,
HSZ hsz2,
UINT afCmd
)
 

DESCRIPTION

DdeNameService [ USER32.@] {Un}registers service name of DDE server.
 

PARAMS

idInst [In] Instance identifier.
hsz1 [In] Handle to service name string.
hsz2 [In] Reserved.
afCmd [In] Service name flags.
 

RETURNS

Success: Non-zero
Failure: 0
 

IMPLEMENTATION

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