GetDmpInfo (Compact 2013)
3/26/2014
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 |
See Also
Reference
Report Upload Client Functions
DMPFILEINFO
CloseDmpTxt
InitDmpTxt