PCONVDLLCONV
The PCONVDLLCONV function converts an address.
Quick Info
Header file: |
CONVSTRC.H |
Library: |
CONVSTRC.LIB |
Unicode: |
Yes |
HRESULT (* PCONVDLLCONV)(
LPCWSTR pszOptions,
LPCWSTR pszClass,
PVOID pContent,
PVOID pContentOut,
PEDKCNVENV pEnv,
EDKCNVRES * pcr
);
Parameters
- pszOptions
- Input parameter. Points to a Unicode string containing a list of options.
- pszClass
- Input parameter. Points to a Unicode string containing the name of the class.
- pContent
- Input parameter. Points to the object to convert.
- pContentOut
- Input parameter. Points to the converted object.
- pEnv
- Input parameter. Points to an EDKCNVENV structure containing information on the environment.
- pcr
- Output parameter. Points to the results of the conversion:
- GCR_OK
- The conversion completed successfully.
- GCR_CANNOT_CONVERT
- The conversion could not be performed, possibly due to the wrong format.
- GCR_CANNOT_LOAD
- The conversion routine could not load.
- GCR_NO_CANDIDATE
- There was nothing to convert.
- GCR_CONVERSION_FAILED
- The conversion failed for unknown reasons.
Return Values
See Return Values.
See Also
CONVDLLVECT, PCONVDLLENTRYFN, PCONVDLLQUERY