windows-nt/Source/XPSP1/NT/shell/ext/hnw/wizard/mydocs.h
2020-09-26 16:20:57 +08:00

11 lines
287 B
C

//
// MyDocs.h
//
#pragma once
extern "C" BOOL APIENTRY NetConn_IsSharedDocumentsShared();
extern "C" void APIENTRY NetConn_CreateSharedDocuments(HWND hwndStub, HINSTANCE hAppInstance, LPSTR pszCmdLine, int nCmdShow);
int GetSharedDocsDirectory(LPTSTR pszPath, BOOL bCreate = FALSE);