MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / GetAt

Method GetAt

src/Squirrel/ShellFile.cs:144–145  ·  view source on GitHub ↗
([In] uint iProp, out PROPERTYKEY pkey)

Source from the content-addressed store, hash-verified

142 [PreserveSig]
143 int GetCount([Out] out uint cProps);
144 [PreserveSig]
145 int GetAt([In] uint iProp, out PROPERTYKEY pkey);
146 [PreserveSig]
147 int GetValue([In] ref PROPERTYKEY key, out PropVariant pv);
148 [PreserveSig]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected