core.sys.windows.intshcut

Windows API header module

Translated from MinGW Windows headers

Authors

Stewart Gordon

License

Types 12

IURL_SETURL_FL_GUESS_PROTOCOL = 1
IURL_SETURL_FL_USE_DEFAULT_PROTOCOL
ALL_IURL_SETURL_FLAGS
IURL_INVOKECOMMAND_FL_ALLOW_UI = 1
IURL_INVOKECOMMAND_FL_USE_DEFAULT_VERB
ALL_IURL_INVOKECOMMAND_FLAGS
TRANSLATEURL_FL_GUESS_PROTOCOL = 1
TRANSLATEURL_FL_USE_DEFAULT_PROTOCOL
ALL_TRANSLATEURL_FLAGS
URLASSOCDLG_FL_USE_DEFAULT_NAME = 1
URLASSOCDLG_FL_REGISTER_ASSOC
ALL_URLASSOCDLG_FLAGS
MIMEASSOCDLG_FL_REGISTER_ASSOC = 1
ALL_MIMEASSOCDLG_FLAGS = MIMEASSOCDLG_FL_REGISTER_ASSOC
Fields
DWORD dwcbSize
DWORD dwFlags
HWND hwndParent
PCSTR pcszVerb

Functions 7

fnBOOL InetIsOffline(DWORD) extern(Windows) nothrow @nogc
fnHRESULT MIMEAssociationDialogA(HWND, DWORD, PCSTR, PCSTR, PSTR, UINT) extern(Windows) nothrow @nogc
fnHRESULT MIMEAssociationDialogW(HWND, DWORD, PCWSTR, PCWSTR, PWSTR, UINT) extern(Windows) nothrow @nogc
fnHRESULT TranslateURLA(PCSTR, DWORD, PSTR *) extern(Windows) nothrow @nogc
fnHRESULT TranslateURLW(PCWSTR, DWORD, PWSTR *) extern(Windows) nothrow @nogc
fnHRESULT URLAssociationDialogA(HWND, DWORD, PCSTR, PCSTR, PSTR, UINT) extern(Windows) nothrow @nogc
fnHRESULT URLAssociationDialogW(HWND, DWORD, PCWSTR, PCWSTR, PWSTR, UINT) extern(Windows) nothrow @nogc