public bool IIPSFindNextFile(uint findHandle, ref IIPS_FIND_FILE_INFO pInfo) { if (this.mDataQuery == IntPtr.Zero) { return(false); } return(IIPSFindNextFile(this.mDataQuery, findHandle, ref pInfo) > 0); }
public uint IIPSFindFirstFile(uint fileId, ref IIPS_FIND_FILE_INFO pInfo) { if (this.mDataQuery == IntPtr.Zero) { return(0); } return(IIPSFindFirstFile(this.mDataQuery, fileId, ref pInfo)); }
public bool IIPSFindNextFile(System.UInt32 findHandle, ref IIPS_FIND_FILE_INFO pInfo) { if (mDataQuery == System.IntPtr.Zero) { return(false); } return(IIPSFindNextFile(mDataQuery, findHandle, ref pInfo) > 0); }
public System.UInt32 IIPSFindFirstFile(System.UInt32 fileId, ref IIPS_FIND_FILE_INFO pInfo) { if (mDataQuery == System.IntPtr.Zero) { return(0); } return(IIPSFindFirstFile(mDataQuery, fileId, ref pInfo)); }
static extern System.Byte IIPSFindNextFile(System.IntPtr dataQuery, System.UInt32 findHandle, ref IIPS_FIND_FILE_INFO pInfo);
static extern System.UInt32 IIPSFindFirstFile(System.IntPtr dataQuery, System.UInt32 fileId, ref IIPS_FIND_FILE_INFO pInfo);
private static extern uint IIPSFindFirstFile(IntPtr dataQuery, uint fileId, ref IIPS_FIND_FILE_INFO pInfo);
private static extern byte IIPSFindNextFile(IntPtr dataQuery, uint findHandle, ref IIPS_FIND_FILE_INFO pInfo);