ce

    PDA 가로보기, 세로보기 전환 (Landscape, Portrait)

    enumDO에 정의되어 있는 모드를 차례대로 변환 합니다. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- [CODE type=c++] #include #include "EzLotator.h" DWORD getDisplayOrientation(DEVMODE* pDevmode); void setDisplayOrientation(DEVMODE* pDevmode, DWORD angle); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) { DEVMODE devmode = {0,}; DWORD enumDO[] = { DMDO_..

    How To Use CeRapiInvoke

    How To Use CeRapiInvoke() View products that this article applies to. Article ID : 299891 Last Review : August 30, 2004 Revision : 1.0 This article was previously published under Q299891 On This Page SUMMARY MORE INFORMATION Using CeRapiInvoke() in Block Mode Using CeRapiInvoke in Stream Mode Building Modules That Use RAPI APPLIES TO SUMMARY The remote API (RAPI) CeRapiInvoke() enables you to in..

    PDA에서 외장 메모리 삽입/삭제 시 이벤트

    QA: How to implement autorun from a storage card? By Joao Paulo Figueira, June 02, 2003. Print version Question I want to start an application when the user inserts or removes a storage card. How do I implement such functionality? Answer You can execute an application when a storage card is inserted or removed from your device. This may allow your users to install applications, perform backups, ..