 |
CharToOem Add comment W32 Constants Translate this page |
 |
 |
Translates a string into the OEM-defined character set.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CharToOem(
LPCTSTR lpszSrc, // string to translate
LPSTR lpszDst // translated string
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT CharToOem IN user32;
STRING lpszSrc,;
STRING @ lpszDst
|
 |
 |
 |
| Parameters: |
 |
lpszSrc
[in] Pointer to the null-terminated string to translate.
lpszDst
[out] Pointer to the buffer for the translated string. |
 |
 |
| Return value: |
 |
| The return value is always nonzero except when you pass the same address to lpszSrc and lpszDst in the wide-character version of the function. In this case the function returns zero and GetLastError returns ERROR_INVALID_ADDRESS. |
 |
 |
| Word Index links for the CharToOem : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-10 12:00:00 | | Modified: | 2001-11-26 16:03:09 | Visited in last 7 days: 24 |