PCONVDLLQUERY
The PCONVDLLQUERY function determines whether an address was converted.
Quick Info 
| Header file: | CONVSTRC.H | 
| Library: | CONVSTRC.LIB | 
HRESULT (* PCONVDLLQUERY)(
  LPCWSTR pszOptions,  
  LPCWSTR pszClass,    
  PVOID pContent,      
  PEDKCNVENV pEnv,     
  BOOL * pfAmCandidate 
);
 
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.
- 
pEnv
- 
Input parameter. Points to an EDKCNVENV structure containing information on the environment.
- 
pfAmCandidate
- 
Output parameter. Points to whether the conversion completed successfully:
- 
TRUE
- 
The conversion completed successfully.
- 
FALSE
- 
The conversion did not complete successfully.
 
Return Values
See Return Values.
See Also
CONVDLLVECT, PCONVDLLCONV, PCONVDLLENTRYFN