struct ad Address;
        Address.GetTickCount = GetProcAddress( GetModuleHandle((LPCWSTR)\"kernel32.dll\"),\"GetTickCount\");
        _cprintf(\"GetTickCount : 0x%x\", Address.GetTickCount);

       비주얼 스튜디오 10 인데 GetTickcount 주소좀 보려고 저렇게 썻는데 0 으로 나오네염 
       왜 0 으로 나옴?