IntroThis page is about getting uClinux to run on Sony Clie Palm OS handheld devices. Why do it? Because it's fun and because I could learn something along the way. I have got a Clie PEG-T615C handheld that I do not use anymore, so I thought it
Pass the system time to this func after called KeQuerySystemTime()BOOLEAN FileTimeToDosDateTime(PLARGE_INTEGER Current_time, // pointer to 64-bit file time PSHORT pFatDate, // pointer to variable for MS-DOS date PSHORT
coming from:http://www.gamedev.net/reference/programming/features/objectfactory/The IntroductionObject factories are one of those extremely useful but often times overlooked constructs in programming. To put it simply, object factories are like
在C中,const關鍵字的用途就是使函數操作時不改變其修飾的變數的值。平常我們見得多的const用法有如下幾種,似乎可以總結為“就近原則”:即const最靠近其右邊哪個變數,就說明那個變數為常量。”C語言中const用法 在Linux0.11中讀到skip_atoi()函數代碼,如下:static int skip_atoi(const char **s){ int i = 0; while (is_digit(**s)) i = i * 10 + *((*s)++
UltraVnc v1.03 Beta tech infoChangesThe build in winvnc service is replaced by an external service. Vista require an isolation between the service and the desktop application.For security, applications started by a service, should by started as the
Windows 會將我們訪問過的 DNS 條目緩衝下來供下次解析該網域名稱時使用, 我們可以通過在註冊表添加一下項目老控制 Cache 的有效期間HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Internet Settings Value Name: DnsCacheTimeout Data Type: REG_DWORD Radix: Decimal Value: (time in seconds) Value
常用視窗查詢 Win32 API FindWindow Function The FindWindow function retrieves a handle to the top-level window whose class name and window name match the specified strings. This function does not search child windows. This function does not perform a
What you need:Series 60 SDKCommunicator 9200 SDK version 0.9 or higheretel.h from Communicator 9200 SDKetelbgsm.h from Communicator 9200 SDKInstructions:Copy etel.h and etelbgsm.h to the /Symbian/6.1/Series60/Epoc32/Include directory.Link your app
原理說明:建立一個win32表單程式。使用全域變數hWnd擷取建立表單的控制代碼。在winmain函數中建立表單,同時將盤符改變的訊息註冊給表單。在表單回呼函數中添加對盤符改變訊息的響應處理即可。 // TestWin32.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "TestWin32.h"#include <dbt.h>#include <strsafe.h&