Thread: is there away to rename windows api ,

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    319

    is there away to rename windows api ,

    i was just thinking can you rename the api functions if you manage to get in the funciton deinitions file and prototypes , ive tried using LoadProcess with a dll and called the function from a pointer with a diferent name , is there any other ways

  2. #2
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    well one way is to create a macro

    Raigne

  3. #3
    Registered User
    Join Date
    May 2006
    Posts
    903
    I seriously advise you not to ever modify any of those files. Why would you need to do that anyway ?

  4. #4
    Registered User
    Join Date
    Nov 2002
    Posts
    319
    whats a macro ?

  5. #5
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    If you don't know what a macro is, then you don't need to rename the Win32 API... google it a bit and you will find out what it is.

  6. #6
    ... arjunajay's Avatar
    Join Date
    May 2005
    Posts
    203
    Macro is 'EVIL' anyway;
    unless you know it very well...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Use windows API functions in a GTK+ program?
    By Jake.c in forum Windows Programming
    Replies: 19
    Last Post: 01-23-2009, 06:40 AM
  2. What does this do (Windows API)?
    By EVOEx in forum Windows Programming
    Replies: 4
    Last Post: 12-19-2008, 10:48 AM
  3. Virtual keys
    By Arkanos in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2005, 10:00 AM
  4. Windows messenger API
    By GanglyLamb in forum Windows Programming
    Replies: 0
    Last Post: 07-10-2005, 02:52 AM
  5. Future of Windows API programming ?
    By Dev in forum Windows Programming
    Replies: 7
    Last Post: 04-22-2003, 11:21 PM