public static FILEGUID getObjectID(string fullpath) { FILEGUID guid = new Win32.FILEGUID(); guid.Data4 = new Byte[4]; Boolean rc = Win32.getObjectID(fullpath, ref guid); if (rc) { return guid; } return guid; }
public static FILEGUID getObjectID(string fullpath) { FILEGUID guid = new Win32.FILEGUID(); guid.Data4 = new Byte[4]; Boolean rc = Win32.getObjectID(fullpath, ref guid); if (rc) { return(guid); } return(guid); }