Sign in
Windows CE Base Team Blog
Windows CE kernel and storage technologies and system tools.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Author: Andrew Rogers
Author: Ariane Jansen
Author: Brent Bishop
Author: Jeremy Cooke
Author: Jim Muliawan
Author: Kurt Kennett
Author: Riki June
Author: Russ Keldorph
Author: Sankar Ramasubbu
Author: Sha Viswanathan
Author: Shilpi Gautam
Author: Sue Loh
Author: Travis Hobrla
Author: Upender R. Sandadi
BSP/Drivers
Build and Compilers
Debugging and Performance Tools
Developer Documentation
File System
Kernel
News & Misc
Platform Builder Automation
Platform Builder IDE
Registry & Databases
Testing
Archive
Archives
February 2009
(1)
November 2008
(1)
August 2008
(1)
June 2008
(5)
May 2008
(1)
April 2008
(1)
March 2008
(1)
February 2008
(3)
January 2008
(1)
November 2007
(2)
August 2007
(1)
June 2007
(4)
May 2007
(5)
April 2007
(7)
March 2007
(11)
February 2007
(5)
January 2007
(13)
December 2006
(5)
November 2006
(16)
October 2006
(4)
September 2006
(6)
July 2006
(1)
June 2006
(6)
May 2006
(5)
April 2006
(5)
March 2006
(4)
February 2006
(6)
January 2006
(4)
December 2005
(2)
November 2005
(4)
September 2005
(9)
August 2005
(8)
June 2005
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows CE Base Team Blog
Implementing FSD Call-back File Notifications
Posted
over 8 years ago
by
ce_base
7
Comments
In the past, the Windows CE file explorer required every File System Driver (FSD) to perform call-back notifications after every file system change. This notification mechanism allowed file explorer to quickly refresh open views when files were added...
Windows CE Base Team Blog
Practical use of RAM beyond 512MB
Posted
over 8 years ago
by
ce_base
6
Comments
Posted By: Sue Loh I actually got a fourth question from Gursharan, but it is a separate topic so I'm breaking it out into a different post. This is in reference to one of my previous blog posts . Q4. So winCE cannot address RAM larger than 512...
Windows CE Base Team Blog
Interacting with FSDMGR
Posted
over 8 years ago
by
ce_base
4
Comments
In interacting with the FSDMGR and its helper functions, there are two pseudo-handle types that will be used: HDSK and HVOL (these types are defined in fsdmgr.h). While there is a one-to-one mapping of HDSK to HVOL, they are not the same construct. The...
Windows CE Base Team Blog
Real-Time and Threads
Posted
over 8 years ago
by
ce_base
1
Comments
Posted by: Sue Loh I got some great questions from one of our former Windows Embedded Student Challenge finalists, Gursharan. I thought it would make a good blog post, so with his permission I'm answering his questions here. Q1. The windows CE...
Windows CE Base Team Blog
Registry Configuration for an FSD
Posted
over 8 years ago
by
ce_base
1
Comments
File system drivers can be loaded in two different ways: loaded in response to a disk being attached to the system (discovered during boot or after media insertion), and auto-loaded during the boot sequence. Auto-Loaded File Systems Auto-loaded file...
Windows CE Base Team Blog
Introduction: Andrew Rogers
Posted
over 8 years ago
by
ce_base
0
Comments
A Seattle native, I started work at Microsoft in August 2000 as a Software Design Engineer writing tests for Windows CE drivers and file system components. In 2003 I joined the product development team and have been designing, developing, and maintaining...
Windows CE Base Team Blog
Implementing FSD_GetVolumeInfo
Posted
over 8 years ago
by
ce_base
0
Comments
In Windows CE 5.0, we added a new FSD API: FSD_GetVolumeInfo . This API is used to populate the CE_VOLUME_INFO structure reported by the CeGetVolumeInfo SDK API. This function is intended to give applications insight into properties of the file system...
Windows CE Base Team Blog
FSDMGR Helper Functions for FSD Developers
Posted
over 8 years ago
by
ce_base
0
Comments
FSDMGR provides many helper functions to make developing an FSD easier. In particular, registry helper functions provide a simple mechanism for configuring an FSD for a particular storage device and I/O helper functions provide a media-independent mechanism...
Page 1 of 1 (8 items)