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

Method GetCount

src/Squirrel/ShellFile.cs:142–143  ·  view source on GitHub ↗
([Out] out uint cProps)

Source from the content-addressed store, hash-verified

140 interface IPropertyStore
141 {
142 [PreserveSig]
143 int GetCount([Out] out uint cProps);
144 [PreserveSig]
145 int GetAt([In] uint iProp, out PROPERTYKEY pkey);
146 [PreserveSig]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected