#include <vmsFileExtensionInOs.h>
Public Member Functions | |
| vmsFileExtensionInOs () | |
| virtual | ~vmsFileExtensionInOs () |
Static Public Member Functions | |
| static BOOL | CreateAssociation (LPCSTR pszExt, LPCSTR pszProgId) |
| static BOOL | SetAssociation (LPCSTR pszExt, LPCSTR pszVerb, LPCSTR pszValue) |
| static fsString | GetAssociation (LPCSTR pszExt, LPCSTR pszVerb) |
Static Protected Member Functions | |
| static BOOL | SetAssociation_2 (LPCSTR pszProgId, LPCSTR pszVerb, LPCSTR pszValue) |
| static fsString | GetAssociation_2 (LPCSTR pszProgId, LPCSTR pszVerb) |
Definition at line 13 of file vmsFileExtensionInOs.h.
| vmsFileExtensionInOs::vmsFileExtensionInOs | ( | ) |
Definition at line 16 of file vmsFileExtensionInOs.cpp.
| vmsFileExtensionInOs::~vmsFileExtensionInOs | ( | ) | [virtual] |
Definition at line 21 of file vmsFileExtensionInOs.cpp.
Definition at line 95 of file vmsFileExtensionInOs.cpp.
References FALSE, GetLastError(), NULL, and TRUE.
| BOOL vmsFileExtensionInOs::SetAssociation | ( | LPCSTR | pszExt, | |
| LPCSTR | pszVerb, | |||
| LPCSTR | pszValue | |||
| ) | [static] |
Definition at line 60 of file vmsFileExtensionInOs.cpp.
References FALSE, NULL, and SetAssociation_2().
Referenced by vmsTorrentExtension::AssociateWith().
Definition at line 26 of file vmsFileExtensionInOs.cpp.
References GetAssociation_2(), and NULL.
Referenced by vmsTorrentExtension::GetCurrentAssociation(), and vmsTorrentExtension::IsAssociatedWithUs().
| BOOL vmsFileExtensionInOs::SetAssociation_2 | ( | LPCSTR | pszProgId, | |
| LPCSTR | pszVerb, | |||
| LPCSTR | pszValue | |||
| ) | [static, protected] |
| fsString vmsFileExtensionInOs::GetAssociation_2 | ( | LPCSTR | pszProgId, | |
| LPCSTR | pszVerb | |||
| ) | [static, protected] |
Definition at line 42 of file vmsFileExtensionInOs.cpp.
References MY_MAX_PATH, and NULL.
Referenced by GetAssociation().
1.5.6