示例#1
0
        internal string GetLocalFileChange(int iFile, ref RemoteStorageLocalFileChange pEChangeType, ref RemoteStorageFilePathType pEFilePathType)
        {
            var returnValue = _GetLocalFileChange(Self, iFile, ref pEChangeType, ref pEFilePathType);

            return(returnValue);
        }
示例#2
0
 private static extern Utf8StringPointer _GetLocalFileChange(IntPtr self, int iFile, ref RemoteStorageLocalFileChange pEChangeType, ref RemoteStorageFilePathType pEFilePathType);