.
.
public static extern IntPtr CeFindFirstFile(
.
Public Function CeFindFirstFile(
.
IntPtr hFindFile = CeFindFirstFile("\\windows\\test.dll",ref findData)
.
.
This function searches a directory for a file whose name matches the specified filename. It examines subdirectory names as well as filenames.
10/20/2009 3:46:44 AM - -150.161.2.213
.
int hResult = CeFindFirstFile("\\temp\\*", ref findData);
.
This function searches a directory for a file whose name matches the specified filename. It examines subdirectory names as well as filenames.
10/20/2009 3:46:44 AM - -150.161.2.213
This function continues a file search from a previous call to the CeFindFirstFile function.
4/15/2009 9:06:23 AM - -217.109.85.156
.
hFile=CeFindFirstFile("\\My Documents",ref Data);