Added missing ASSOCSTR values (#180)

pull/187/head
Sergey Veselkov 2020-11-28 17:44:30 +03:00 committed by GitHub
parent eea310d41f
commit 2dbe412881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ namespace Vanara.PInvoke
/// <summary>Look under the ShellNew subkey.</summary>
ASSOCSTR_SHELLNEWVALUE,
/// <summary>A template for DDE commands.</summary>
ASSOCSTR_DDECOMMAND,
/// <summary>The DDE command to use to create a process.</summary>
ASSOCSTR_DDEIFEXEC,