| Line | |
|---|
| 1 | /* $Id: she.cpp,v 1.4 1999-07-06 15:48:48 phaller Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | /*
|
|---|
| 4 | * Win32 SHELL32 for OS/2
|
|---|
| 5 | * Copyright 1999 Patrick Haller
|
|---|
| 6 | * Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 7 | */
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | /*****************************************************************************
|
|---|
| 11 | * Includes *
|
|---|
| 12 | *****************************************************************************/
|
|---|
| 13 |
|
|---|
| 14 | #include <os2win.h>
|
|---|
| 15 | #include <shellapi.h>
|
|---|
| 16 | #include <winreg.h>
|
|---|
| 17 | #include "shell32.h"
|
|---|
| 18 |
|
|---|
| 19 | #include <stdarg.h>
|
|---|
| 20 | //#include <builtin.h>
|
|---|
| 21 | #include <stdio.h>
|
|---|
| 22 | #include <stdlib.h>
|
|---|
| 23 | #include <string.h>
|
|---|
| 24 |
|
|---|
| 25 | #include <misc.h>
|
|---|
| 26 | #include <nameid.h>
|
|---|
| 27 | #include <unicode.h>
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 | /*****************************************************************************
|
|---|
| 31 | * Types & Defines *
|
|---|
| 32 | *****************************************************************************/
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | /*****************************************************************************
|
|---|
| 36 | * Name : HRESULT SheSetCurDrive
|
|---|
| 37 | * Purpose :
|
|---|
| 38 | * Parameters: unknown
|
|---|
| 39 | * Variables :
|
|---|
| 40 | * Result :
|
|---|
| 41 | * Remark : SHELL32.285
|
|---|
| 42 | * Status : UNTESTED STUB
|
|---|
| 43 | *
|
|---|
| 44 | * Author : Patrick Haller [Tue, 1999/06/01 09:00]
|
|---|
| 45 | *****************************************************************************/
|
|---|
| 46 |
|
|---|
| 47 | HRESULT WIN32API SheSetCurDrive(DWORD x1)
|
|---|
| 48 | {
|
|---|
| 49 | dprintf(("SHELL32: SheSetCurDrive(%08xh) not implemented.\n",
|
|---|
| 50 | x1));
|
|---|
| 51 |
|
|---|
| 52 | return 0;
|
|---|
| 53 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.