Hi all, From the Setting->About. We can see "OS version", "RIL version", "Radio version"..etc. Is any body know how to get these information? I think these info. can be retrieved by some API, but i can't find it. Thanks!:confused:
ginee
Posts
-
How to get system information in SmartPhon or PocketPC -
How to pass a Structure to CreateProcess as CommnadLine parameter?Hi all, While i use CreateProcess( LPCWSTR pszImageName, LPCWSTR pszCmdLine, LPSECURITY_ATTRIBUTES psaProcess, LPSECURITY_ATTRIBUTES psaThread, BOOL fInheritHandles, DWORD fdwCreate, LPVOID pvEnvironment, LPWSTR pszCurDir, LPSTARTUPINFOW psiStartInfo, LPPROCESS_INFORMATION pProcInfo ); I want to pass a structure as second parameter(pszCmdLine) in this function. But somehow child process can't correctly get the structure! Should i do anything like "cast" or.. before i pass it? thanks for any advice!
-
How could i develop a running-once applicationWhile that program is running (before return or some other interrupt, this program doesn't be terminated), i think the executive file is locked. And it can be deleted or moved. However, i will try this way. Thanks you!
-
How could i develop a running-once applicationHi, How can i develop a application which can execute once and the executive file would be removed from device. Like: After program show a message, this executive file is removed. I got a straight way that after the application executes, deleting this application file. But how? Running program couldn't delete itself. Any suggestion is welcome. Thanks! Regards, ginee
-
How could i develop a running-once applicationHi, How can i develop a application which can execute once and the executive file would be removed from device. Like: After program show a message, this executive file is removed. I got a straight way that after the application executes, deleting this application file. But how? Running program couldn't delete itself. Any suggestion is welcome. Thanks! Regards, ginee
-
How can i edite INF file to execute the program?oh...i have found two articles about this subject-- "Creating Pocket PC Application Setup packages using Cab Wizard-1&2"
-
How can i edite INF file to execute the program?Hi, So what i need to do is using inf file to setup my application, and then, overriding Install_Exit(..)function in setup.dll to invoke my application? could you give me a more precisely description if i am wrong!...thanks a lot! Best Regards, Ginee
-
How can i edite INF file to execute the program?Hi, I know using Cab Wizard and INF file can deploy the executive file in the PDA. But how can i invoke this executive file after executing CAB. Thanks!