hab (HAB) - input

      Anchor-block handle.

    idCpSource (ULONG) - input

      Source-string code page.

    pszSource (PSZ) - input

      String to be translated.

      This is a null-terminated string.

    idCpDest (ULONG) - input

      Code page of the resultant string.

    cbLenDest (ULONG) - input

      Maximum length of output string.

      An error is raised if this is not large enough to contain the translated string.

    pszDest (PSZ) - output

      The translated string.

      This is a null-terminated string.

    rc (BOOL) - returns

      Success indicator.

      TRUE

        Successful completion
      FALSE
        Error occurred.


      [Back] [Next]