Windows API

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Is there a command to execute a Windows API in Windows XP Pro?
Like could I start a cmd.exe session and type something to execute Windows
API createProcess()?
 
^^^^^^^^^^^^^^^^^^^^^
Do not fake any email address that does not belong to you.
Is there a command to execute a Windows API in Windows XP Pro?
Like could I start a cmd.exe session and type something to execute
Windows API createProcess()?

Nope. However, you may want to use RUNDLL32.EXE in order to call a
simple API function when there are no further parameters required.
Many examples can be found in the net.
 
Back
Top