...

Source file src/github.com/Microsoft/hcsshim/internal/winapi/path.go

Documentation: github.com/Microsoft/hcsshim/internal/winapi

     1  package winapi
     2  
     3  // DWORD SearchPathW(
     4  // 	LPCWSTR lpPath,
     5  // 	LPCWSTR lpFileName,
     6  // 	LPCWSTR lpExtension,
     7  // 	DWORD   nBufferLength,
     8  // 	LPWSTR  lpBuffer,
     9  // 	LPWSTR  *lpFilePart
    10  // );
    11  //
    12  //sys SearchPath(lpPath *uint16, lpFileName *uint16, lpExtension *uint16, nBufferLength uint32, lpBuffer *uint16, lpFilePath *uint16) (size uint32, err error) = kernel32.SearchPathW
    13  

View as plain text