AdminCmd.cpp
Upload User: szopptop
Upload Date: 2013-04-23
Package Size: 1047k
Code Size: 0k
Development Platform:

Visual C++

  1. // AdminCmd.cpp : Defines the entry point for the DLL application.
  2. //
  3. #include "stdafx.h"
  4. BOOL APIENTRY DllMain( HANDLE hModule, 
  5.                        DWORD  ul_reason_for_call, 
  6.                        LPVOID lpReserved
  7.  )
  8. {
  9.     return TRUE;
  10. }