DdeImpersonateClient

  BOOL DdeImpersonateClient(hConv)    
  HCONV hConv;    

The DdeImpersonateClient function impersonates a DDE client application in a DDE client conversation.

Parameters

hConv

Handle to the DDE client conversation.

Return Value

The return value is TRUE if the function was successful, or FALSE if an error occurred. Use the GetLastError function to obtain extended error information.

See Also

RevertToSelf, ImpersonateNamedPipeClient