# File lib\Win32/Console.rb, line 218
     def GetConsoleCP()
       if @@m_GetConsoleCP == nil
          @@m_GetConsoleCP = Win32API.new( "kernel32", "GetConsoleCP", 
                                          [], 'l' )
       end
       @@m_GetConsoleCP.call()
     end