
89
3.63 SysRenewPartition
This function carries out "Dismount" → "Mount" on the partition of storage so that the system can
recognize the storage again.
In the Device Emulator, the function does not perform.
Calling Sequences
[C++]
DWORD SysRenewPartition(
DWORD dwStorageType
)
[Visual Basic]
Public Shared Function SysRenewPartition( _
ByVal dwStorageType As Int32 _
) As Int32
[C#]
public static Int32 SysRenewPartition(
Int32 dwStorageType
);
Parameter
dwStorageType
This parameter is for specifying a kind of memory selecting either of the values listed below.
STRAGE_SD : Recognize SD memory again.
STRAGE_CF : Recognize CF memory again.
Return Values
TRUE : Power to the WLAN module is on.
FUNCTION_UNSUPPORT : Unsupported error
Note:
This function supports SD memory only (current as of March 2009).
Kommentare zu diesen Handbüchern