Results 1 to 4 of 4

Thread: Are these apis?

  1. #1

    Thread Starter
    Hyperactive Member BrandonTurner's Avatar
    Join Date
    Sep 2001
    Location
    East Lansing, Michiagn
    Posts
    268

    Are these apis?

    Can someone tell me if these are apis and if they are what do they do:
    DestroyWindow
    ExitWindowsEx
    BroadcastSystemMessage
    ActivateKeyboardLayout
    CloseDesktop

  2. #2
    Member PatrickCorgan's Avatar
    Join Date
    Feb 2001
    Location
    Vashon Island, WA, USA
    Posts
    39
    They are API calls. I'm not sure what they do, but get the API viewer (link in my signature). It is a great program.
    -Patrick
    Visual Basic 6 SP5
    Master Programmer Wannabe

    Check out the API-Guide for all your API needs!

    --Soli Deo Gloria--

  3. #3
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    DestroyWindow - Sends a message to the window in response to which it is destroyed.

    ExitWindowsEx - Shuts down windows. Depending on the parameter passed, can logoff

    BroadcastSystemMessage - Send a system wide message to all the main application windows. For example, you could broadcast a WM_POWERMANAGEMENT message top tell the applications that windows is supsending.

    ActivateKeyboardLayout - Makes one of the installed keyboard layouts the active one...


    CloseDesktop - Closes a handle to a desktop, which you have opened with OpenDesktop or CreateDesktop - see ApiDesktop class for more on what you can do with this...

    HTH,
    Duncan
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  4. #4
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Allapi.net don't seem to have got round to CloseDesktop yet - which is a shame as I could have used some extra info on managing desktops and winstations rathyer than having to work it out by trial, GPF and retrial
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width