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

Method GetCurFile

src/Squirrel/ShellFile.cs:52–53  ·  view source on GitHub ↗

[helpstring("Gets the current name of the file associated with the object")]

(
                [MarshalAs(UnmanagedType.LPWStr)] out string ppszFileName)

Source from the content-addressed store, hash-verified

50
51 //[helpstring("Gets the current name of the file associated with the object")]
52 void GetCurFile(
53 [MarshalAs(UnmanagedType.LPWStr)] out string ppszFileName);
54 }
55
56 [StructLayout(LayoutKind.Sequential)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected