IOsAxsGeneric::Enable (Windows Embedded CE 6.0)
1/5/2010
This method re-starts OsAccess services.
After this method executes, all associated methods operate normally again.
Syntax
HRESULT Enable(
BOOL fReset
);
Parameters
- fReset
[in] If TRUE, caches in the service should be invalidated, such as when the target has been reset.
Return Value
The following table shows return values for this method.
Value | Description |
---|---|
S_OK |
Indicates the function was successful. |
E_FAIL |
Indicates an unspecified failure. |
Requirements
Header | OsAccess.h |
Library | OSAXSC.lib |
Windows Embedded CE | Windows CE 5.0 and later |