en:docs:win16:modules:shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:win16:modules:shell [2023/09/26 13:29] prokusheven:docs:win16:modules:shell [2023/10/15 04:11] (current) prokushev
Line 1: Line 1:
 +{{page>en:templates:win16api}}
 +
 ^ Ordinal ^ Name ^ Description ^ Status ^ Version ^ ^ Ordinal ^ Name ^ Description ^ Status ^ Version ^
-| 001 | [[en:docs:win16:api:shell:RegOpenKey]] | | | | +| 001 | [[en:docs:win16:api:shell:RegOpenKey]] | Open the specified key | | 3.1 
-| 002 | [[en:docs:win16:api:shell:RegCreateKey]] | | | | +| 002 | [[en:docs:win16:api:shell:RegCreateKey]] | Create or open the specified key | | 3.1 
-| 003 | [[en:docs:win16:api:shell:RegCloseKey]] | | | | +| 003 | [[en:docs:win16:api:shell:RegCloseKey]] | Close a key | | 3.1 
-| 004 | [[en:docs:win16:api:shell:RegDeleteKey]] | | | | +| 004 | [[en:docs:win16:api:shell:RegDeleteKey]] | Delete the specified key | | 3.1 
-| 005 | [[en:docs:win16:api:shell:RegSetValue]] | | | | +| 005 | [[en:docs:win16:api:shell:RegSetValue]] | Associate a text string with a specified key | | 3.1 
-| 006 | [[en:docs:win16:api:shell:RegQueryValue]] | | | | +| 006 | [[en:docs:win16:api:shell:RegQueryValue]] | Retrieve the text string associated with a specified key | | 3.1 
-| 007 | [[en:docs:win16:api:shell:RegEnumKey]] | | | | +| 007 | [[en:docs:win16:api:shell:RegEnumKey]] | Enumerate the subkeys of a specified key | | 3.1 
-| 008 | [[en:docs:win16:api:shell:WEP]] | | Done  | | +| 008 | [[en:docs:win16:api:shell:WEP]] | DLL Exit procedure | Done  | 3.1 
-| 009 | [[en:docs:win16:api:shell:DragAcceptFiles]] | | | | +| 009 | [[en:docs:win16:api:shell:DragAcceptFiles]] | Register whether a given window accepts dropped files Done 3.1 
-| 011 | [[en:docs:win16:api:shell:DragQueryFile]] | | | | +| 011 | [[en:docs:win16:api:shell:DragQueryFile]] | Retrieve the number of dropped files and their filenames Done 3.1 
-| 012 | [[en:docs:win16:api:shell:DragFinish]] | | | | +| 012 | [[en:docs:win16:api:shell:DragFinish]] | Release memory that Windows allocated for use in transferring filenames to the application Done 3.1 
-| 013 | [[en:docs:win16:api:shell:DragQueryPoint]] | | | | +| 013 | [[en:docs:win16:api:shell:DragQueryPoint]] | Retrieve the window coordinates of the cursor when a file is dropped Done 3.1 
-| 020 | [[en:docs:win16:api:shell:ShellExecute]] | | | | +| 020 | [[en:docs:win16:api:shell:ShellExecute]] | Open or print the specified file | | 3.1 
-| 021 | [[en:docs:win16:api:shell:FindExecutable]] | | | | +| 021 | [[en:docs:win16:api:shell:FindExecutable]] | Find and retrieve the executable filename that is associated with a specified filename | | 3.1 
-| 022 | [[en:docs:win16:api:shell:ShellAbout]] | Show standard About dialog | Done | | +| 022 | [[en:docs:win16:api:shell:ShellAbout]] | Show standard About dialog | Done | 3.1 
-| 033 | [[en:docs:win16:api:shell:AboutDlgProc]] | About Dialog Window Procedure | Done | | +| 033 | [[en:docs:win16:api:shell:AboutDlgProc]] | About Dialog Window Procedure | Done | 3.1 
-| 034 | [[en:docs:win16:api:shell:ExtractIcon]] | | | | +| 034 | [[en:docs:win16:api:shell:ExtractIcon]] | Retrieve the handle of an icon from a specified executable file, dynamic-link library (DLL), or icon file | | 3.1 
-| 036 | [[en:docs:win16:api:shell:ExtractAssociatedIcon]] | | | | +| 036 | [[en:docs:win16:api:shell:ExtractAssociatedIcon]] | Retrieve the handle of an icon associated with file type | | 3.1 
-| 037 | [[en:docs:win16:api:shell:DoEnvironmentSubst]] | | | | +| 037 | [[en:docs:win16:api:shell:DoEnvironmentSubst]] | Parse input string that contains references to one or more environment variables and replaces them with their values Done 3.1 
-| 038 | [[en:docs:win16:api:shell:FindEnvironmentString]] | | | | +| 038 | [[en:docs:win16:api:shell:FindEnvironmentString]] | Return pointer into the DOS environment Done 3.1 
-| 039 | [[en:docs:win16:api:shell:InternalExtractIcon]] | | | |+| 039 | [[en:docs:win16:api:shell:InternalExtractIcon]] | Retrieve handles of icons from EXE, DLL or ICO files| | 3.1 |
 | 101 | [[en:docs:win16:api:shell:DLLEntryPoint]] | | | | | 101 | [[en:docs:win16:api:shell:DLLEntryPoint]] | | | |
-| 102 | [[en:docs:win16:api:shell:RegisterShellHook]] | | | | +| 102 | [[en:docs:win16:api:shell:RegisterShellHook]] | Register system wide Shell Hook | | 3.1 
-| 103 | [[en:docs:win16:api:shell:ShellHookProc]] | | | | +| 103 | [[en:docs:win16:api:shell:ShellHookProc]] | Shell Hook procedure | | 3.1 |
  
 +{{page>en:templates:win16}}