|
|
1.1.1.2 ! root 1: ! 2: /******************************************************************************\ ! 3: * This is a part of the Microsoft Source Code Samples. ! 4: * Copyright (C) 1993 Microsoft Corporation. ! 5: * All rights reserved. ! 6: * This source code is only intended as a supplement to ! 7: * Microsoft Development Tools and/or WinHelp documentation. ! 8: * See these sources for detailed information regarding the ! 9: * Microsoft samples programs. ! 10: \******************************************************************************/ ! 11: 1.1 root 12: /* definitions */ 13: 14: #define DRIVE_REMOVEABLE 2 15: #define DRIVE_FIXED 3 16: #define DRIVE_REMOTE 4 17: #define DRIVE_CDROM 5 18: #define DRIVE_RAMDISK 6 19: 20: /* procedure definitions */ 21: 22: BOOL CheckRM (LPTSTR); 23: VOID GVI (LPTSTR, LPTSTR, DWORD); 24: LPTSTR UpdateBuffer (LPTSTR); 25: VOID main (VOID); 26: 27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.