9.3.5 DDE Conversation Creation

A new DDE conversation inherits its SD from its parent DDE access object and implicitly opened during its creation.

Value Mapping value

GENERIC_READ DDE_ADVISE~| DDE_REQUEST~| STANDARD_RIGHTS_READ
GENERIC_WRITE DDE_POKE~| STANDARD_RIGHTS_WRITE
GENERIC_EXECUTE DDE_EXECUTE~| STANDARD_RIGHTS_EXECUTE
GENERIC_ALL DDE_ADVISE~| DDE_REQUEST~| DDE_POKE~| DDE_EXECUTE~| STANDARD_RIGHTS_REQUIRED

The following discretionary ACE is created:

ACE 0:

ACE Type = AccessAllowed
sid = LogonSid
AccessMask =
DDE_ADVISE~| DDE_REQUEST~| DDE_POKE~| DDE_EXECUTE ~|
STANDARD_RIGHTS_REQUIRED
Not Inheritable