Expand Minimize
This topic has not yet been rated - Rate this topic

IRAPISession::CeRemoveDirectory

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This method deletes an existing empty directory on a remote Windows Embedded CE–based device.


BOOL CeRemoveDirectory(
  LPCWSTR lpPathName 
);
lpPathName

[in] Long pointer to a null-terminated string that specifies the path of the directory to be removed. The path must specify an empty directory, and the calling process must have write access to the directory.

Nonzero indicates success. Zero indicates failure. To get extended error information, call IRAPISession::CeGetLastError and IRAPISession::CeRapiGetError.

Headerrapi2.h
Libraryole32.lib, rapiuuid.lib
Windows Embedded CEWindows Embedded CE 6.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.