GetDmpInfo (Windows Embedded CE 6.0)
1/5/2010
This function returns a list of bucket parameters.
Syntax
HRESULT GetDmpInfo(
HANDLE hDmpFile,
PDMPFILEINFO pDmpFileInfo
);
Parameters
- hDmpFile
[in] Handle to dump file structures.
- pDmpFileInfo
[in, out] Pointer to DMPFILEINFO structure that contains required watson.microsoft.com bucket parameters and other related information.
Return Value
The following table shows return values for this function.
Value | Description |
---|---|
S_OK |
Function successful. |
E_FAIL |
Unspecified failure. |
Remarks
All pointers to string members remain valid until CloseDmpTxt is called.
Requirements
Header | dwdmptxt.h |
Library | dwdmptxt.lib |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
DMPFILEINFO
CloseDmpTxt
InitDmpTxt