Re: GetDriveType



GetDriveType is not supported for window ce. Perhaps GetStoreInfo() might be what you are looking for.

Good luck,

Erwin Zwart,
Check out my blog: http://GuruCE.com/blog

GuruCE
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

Cri++ schreef:
Hi to all,
I'm working with WinCE5.0.
I need to use the GetDriveType API.
The follow declaration do not work:
extern "C" {
LONG GetDriveType(LPSTR nDrive);
}
Somebody know how to declare and use correctly?

Thanks

.