[helpstring("Gets the current name of the file associated with the object")]
(
[MarshalAs(UnmanagedType.LPWStr)] out string ppszFileName)
| 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)] |
nothing calls this directly
no outgoing calls
no test coverage detected