mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-10 08:56:47 +00:00
* Updates containerd to v1.7.0 and new binary for 32-bit Arm OSes. * Updates Go dependencies - openfaas and external Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
13 lines
371 B
Go
Generated
13 lines
371 B
Go
Generated
package winapi
|
|
|
|
// DWORD SearchPathW(
|
|
// LPCWSTR lpPath,
|
|
// LPCWSTR lpFileName,
|
|
// LPCWSTR lpExtension,
|
|
// DWORD nBufferLength,
|
|
// LPWSTR lpBuffer,
|
|
// LPWSTR *lpFilePart
|
|
// );
|
|
//
|
|
//sys SearchPath(lpPath *uint16, lpFileName *uint16, lpExtension *uint16, nBufferLength uint32, lpBuffer *uint16, lpFilePath *uint16) (size uint32, err error) = kernel32.SearchPathW
|