Thread: Moveable Pure Loadoncall Discardable

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    35

    Moveable Pure Loadoncall Discardable

    I've created the following .rc file:
    Code:
    #include <windows.h>
    
    RCDATA_0 RCDATA
    MOVEABLE PURE LOADONCALL DISCARDABLE
    LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
    BEGIN
    0x0000,0x0900,0x6164,0x6174,0x2e5f,0x697a,0x0070,...0x0000
    END
    I've copied it from somwhere and it works perfectly but I want to understand each sentence. I've searched msdn.microsoft.com and I haven't seen anything about the syntax or the meaning of the line:
    Code:
    MOVEABLE PURE LOADONCALL DISCARDABLE
    What does MOVEABLE, PURE, LOADONCALL and DISCARDABLE means? Are there any other options different?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    35
    Many thanks. Although nowadays the don't mean much, I wanted to understand them :-)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with Bitmap Display
    By The Brain in forum Windows Programming
    Replies: 7
    Last Post: 03-23-2009, 05:33 AM
  2. Calling IRichEditOle interface methods
    By Niara in forum C Programming
    Replies: 2
    Last Post: 01-16-2009, 01:23 PM
  3. errors initializing D3D
    By Vacation Guy in forum C++ Programming
    Replies: 3
    Last Post: 08-07-2005, 12:20 PM
  4. Information Regarding Pure Virtual Functions
    By shiv_tech_quest in forum C++ Programming
    Replies: 6
    Last Post: 01-29-2003, 04:43 AM
  5. virtual or pure virtual
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-01-2001, 07:19 PM