property AnsiToOemChar.
Translates a string
from the ANSI-defined character set into an OEM.
|
oemString
[in] . Pointer
to ANSI string (aka those displayed into Windows)
pVal
[out, retval] The returned value is an OEM BSTR
if succeeded or empty BSTR
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.