IOsAxsCe50Module::GetData (Windows Embedded CE 6.0)
1/5/2010
This method returns CE-specific module data.
Syntax
HRESULT GetData(
DWORD* pdwInUse,
BYTE* pbTrustLevel,
DWORD* pdwTimeStamp
);
Parameters
pdwInUse
[out] Pointer to bit mask of process usage.Each process corresponds to one bit.
- pbTrustLevel
[out] Pointer to trust level for module.
- pdwTimeStamp
[out] Module time stamp.
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 |