windows-nt/Source/XPSP1/NT/shell/ext/hnw/wizard/mydocs.h

11 lines
287 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// 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);