Skip to content

Commit 6802e61

Browse files
authored
Fix IID for System.Runtime.InteropServices.ComTypes.IEnumSTATDATA (#45498)
1 parent 29d81c5 commit 6802e61

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes

1 file changed

+1
-1
lines changed

src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/IEnumSTATDATA.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace System.Runtime.InteropServices.ComTypes
1010
/// interfaces: Next, Skip, Reset, and Clone.
1111
/// </summary>
1212
[ComImport]
13-
[Guid("00000103-0000-0000-C000-000000000046")]
13+
[Guid("00000105-0000-0000-C000-000000000046")]
1414
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
1515
public interface IEnumSTATDATA
1616
{

0 commit comments

Comments
 (0)