pNotifyForceCleanboot (Windows CE 5.0)

Send Feedback

This function is called by Filesys.exe when a cold boot of the object store is about to occur.

void pNotifyForceCleanboot(DWORD dwReserved1,DWORD dwReserved2,DWORD dwReserved3,DWORD dwReserved4);

Parameters

  • dwReserved1
    [in] Reserved, always set to 0.
  • dwReserved2
    [in] Reserved, always set to 0.
  • dwReserved3
    [in] Reserved, always set to 0.
  • dwReserved4
    [in] Reserved, always set to 0.

Return Values

None.

Remarks

Filesys.exe does not preserve the state of the memory if you expect to have a warm reset of the object store that preserves the state and pNotifyForceCleanboot is called.

The state of the memory is not cleaned before Filesys.exe is launched if you expect pNotifyForceCleanboot to be called on a warm reset or cold boot and it is not.

Filesys.exe assumes that it should use the present state of memory and not reinitialize if it finds its signature still in RAM on a cold or warm boot.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Nk.lib.

See Also

Filesys.exe Boot Process

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.