Made first BHID entry == 1 so that 0 could be used for Unknown.

pull/10/head
David Hall 2018-01-20 18:04:20 -07:00
parent 288da7598a
commit 6e978b63e3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace Vanara.PInvoke
{
/// <summary>Restricts usage to BindToObject.</summary>
[Associate("{3981e224-f559-11d3-8e3a-00c04f6837d5}")]
BHID_SFObject,
BHID_SFObject = 1,
/// <summary>Restricts usage to GetUIObjectOf.</summary>
[Associate("{3981e225-f559-11d3-8e3a-00c04f6837d5}")]
BHID_SFUIObject,