NAME

DdePostAdvise  (USER32.@)

SYNOPSIS

 BOOL DdePostAdvise
 (
  DWORD idInst,
  HSZ   hszTopic,
  HSZ   hszItem
 )

DESCRIPTION

DdePostAdvise [USER32.@] Send transaction to DDE callback function.

PARAMS

idInst [In] Instance identifier.
hszTopic [In] Handle to topic name string.
hszItem [In] Handle to item name string.

RETURNS

Success: TRUE

Failure: FALSE

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.