Skip to content

Instantly share code, notes, and snippets.

@daddyYukio
Created September 16, 2022 07:58
Show Gist options
  • Save daddyYukio/57ec3dbcae323ce6960aa82560c1de42 to your computer and use it in GitHub Desktop.
Save daddyYukio/57ec3dbcae323ce6960aa82560c1de42 to your computer and use it in GitHub Desktop.
既存のC++ネイティブプロジェクトでC#マネージドコードを使う - 宣言
__declspec(dllexport) HRESULT DoAesDecode(
LPBYTE pKey, DWORD dwKeyLength,
LPBYTE pIV, DWORD dwIVLen,
LPBYTE pSrcData, DWORD dwSrcDataLen,
LPBYTE pDstData, LPDWORD pdwDstDataLen);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment