BExplorer.Shell.Interop.PropertySystemNativeMethods.PSGetNameFromPropertyKey C# (CSharp) Method

PSGetNameFromPropertyKey() private method

private PSGetNameFromPropertyKey ( PROPERTYKEY &propkey, [ ppszCanonicalName ) : int
propkey PROPERTYKEY
ppszCanonicalName [
return int
		internal static extern int PSGetNameFromPropertyKey(
				ref PROPERTYKEY propkey,
				[Out, MarshalAs(UnmanagedType.LPWStr)] out string ppszCanonicalName
		);