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 "ddeml.h". https://source.winehq.org/source/include/ddeml.h

Implemented in "dlls/user32/dde_server.c". https://source.winehq.org/source/dlls/user32/dde_server.c

Debug channel "ddeml".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.