Hi Partha,
Since you need to convert between the ANSI and OEM codeset, the following two routines might work for you:
PC_WIN_CHAR_TO_OEM (which will convert CP1250 to 852) and PC_WIN_OEM_TO_CHAR that will do the opposite. They are fully described in the product documentation.
CP1250 should be the active codepage on you machine.