Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Code example!!

Code example!!

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialjsonquestion
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hachaso
    wrote on last edited by
    #1

    Hi again! Does anyone know or have any code example of how to use the API callback function EnumSystemLanguageGroups(....) ??

    D 1 Reply Last reply
    0
    • H Hachaso

      Hi again! Does anyone know or have any code example of how to use the API callback function EnumSystemLanguageGroups(....) ??

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      There's not a whole lot to it:

      EnumSystemLanguageGroups(EnumProc, LGRPID_INSTALLED, 0);

      See here for more.


      "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

      H 2 Replies Last reply
      0
      • D David Crow

        There's not a whole lot to it:

        EnumSystemLanguageGroups(EnumProc, LGRPID_INSTALLED, 0);

        See here for more.


        "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

        H Offline
        H Offline
        Hachaso
        wrote on last edited by
        #3

        Thanks a lot. The problem I get doing this is an error message when I compile. c:\Documents and Settings\blaol\Desktop\Regional Settings Plugin\Regional Settings\Regional Settings\regionalSettingsPlugin.cpp(459): error C3861: 'EnumSystemLanguageGroups': identifier not found, even with argument-dependent lookup Don't know what I'm doing wrong.

        S E 2 Replies Last reply
        0
        • H Hachaso

          Thanks a lot. The problem I get doing this is an error message when I compile. c:\Documents and Settings\blaol\Desktop\Regional Settings Plugin\Regional Settings\Regional Settings\regionalSettingsPlugin.cpp(459): error C3861: 'EnumSystemLanguageGroups': identifier not found, even with argument-dependent lookup Don't know what I'm doing wrong.

          S Offline
          S Offline
          sunit5
          wrote on last edited by
          #4

          Include proper header File and Library File

          1 Reply Last reply
          0
          • H Hachaso

            Thanks a lot. The problem I get doing this is an error message when I compile. c:\Documents and Settings\blaol\Desktop\Regional Settings Plugin\Regional Settings\Regional Settings\regionalSettingsPlugin.cpp(459): error C3861: 'EnumSystemLanguageGroups': identifier not found, even with argument-dependent lookup Don't know what I'm doing wrong.

            E Offline
            E Offline
            eli15021979
            wrote on last edited by
            #5

            Hi, Based ON MSDN : Requirements Windows NT/2000/XP: Included in Windows 2000 and later. Windows 95/98/Me: Unsupported. Header: Declared in Winnls.h; include Windows.h. Library: Use Kernel32.lib. did you include th header files and Kernek32.Lib in your project? Rgards, Eli

            1 Reply Last reply
            0
            • D David Crow

              There's not a whole lot to it:

              EnumSystemLanguageGroups(EnumProc, LGRPID_INSTALLED, 0);

              See here for more.


              "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

              H Offline
              H Offline
              Hachaso
              wrote on last edited by
              #6

              Hi Again! Reading a little about this callback functions I understand that EnumSystemLanguageGroups is used with this callback function EnumLanguagesGroupsProc. The question is how do I use them together. EnumSystemLanguageGroups has a parameter of type, LANGUAGEGROUP_ENUMPROC. Which is passed from EnumLanguageGroupsProc. Can you maybe give me an example of how to use them? Thanks!

              D 1 Reply Last reply
              0
              • H Hachaso

                Hi Again! Reading a little about this callback functions I understand that EnumSystemLanguageGroups is used with this callback function EnumLanguagesGroupsProc. The question is how do I use them together. EnumSystemLanguageGroups has a parameter of type, LANGUAGEGROUP_ENUMPROC. Which is passed from EnumLanguageGroupsProc. Can you maybe give me an example of how to use them? Thanks!

                D Offline
                D Offline
                David Crow
                wrote on last edited by
                #7

                See here.


                "Ideas are a dime a dozen. People who put them into action are priceless." - Unknown

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups