How do you call windows APIs, explain with an example?

Showing Answers 1 - 3 of 3 Answers

shreethik

  • Jun 14th, 2005
 

Windows API functions can be called using the function 
load("win32api"); 

  Was this answer useful?  Yes

NAGARAJU.K.H

  • Aug 26th, 2005
 

LOAD THE DLL WHICH CONTAINS THE FUNCTIONS WHICH U WANT TO USE (EX : USER32.DLL) 
DECLARE THE FUNCTION IN UR SCRIPT WITH "EXTERN" KEYWORD. 
 
USE IT WHERE EVER IT IS REQUIRED. 
 

  Was this answer useful?  Yes

Nag

  • Jan 4th, 2006
 

with the help of below function we call or load the APIs

load_os_api("prth name");

 we can use this function tom load O/S and API system calls into RAM

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions