Windows 32bit programming
Retrieving the Name of Installed Printers
API docs
-
Functions
-
Macros
-
Messages
-
Structures
win32asm@,
DDK@, scripting
MS WinSock
desktop.ini (aka changeing how, or if, windows
shows a folder)
-
rundll32 user.exe,exitwindows ..to exit Windows easily,
-
rundll32 user.exe,ExitWindowsExec ..to restart Windows,
-
rundll32 shell32.dll,SHExitWindowsEx 2 ..to reboot the computer,
and..
-
rundll32 shell32.dll,SHExitWindowsEx ..to log off the current user
(without the confirmation question).
If you need a shortcut to some specific tab of any control panel item, the
shortcut should go to C:\Windows\Control.exe, or just enter "control" (space),
then the name of the .cpl file (comma), name of the control panel item (in
your language version, comma), number of the tab you want (front one = 0).
For instance, for the listing of your hardware, try this:
control Sysdm.cpl,System,1
Also, there's a couple of items controlled by just one .cpl, main.cpl. For
these, make it say:
control main.cpl @X
Replace the @X with:
-
@0 for the mouse properties item;
-
@1 for the keyboard properties item;
-
@2 for the printers item;
-
@3 for the fonts item.
If you have ever had problems with scandisk or defrag restarting due to disk
writes, it is because Find Fast was indexing your hard drive in the background.
It loads every time you start your computer up.
See also:
Books:
file: /Techref/os/win/win32prg.htm,
4KB, , updated: 2004年8月16日 12:50, local time: 2025年9月2日 15:17,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/techref/os/win/win32prg.htm"> Windows 32bit programming</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.