ホーム › System.WinRT.Metadata › ICeeGen
ICeeGen
COMメソッド 15
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT EmitString(LPWSTR lpString, DWORD* RVA) |
| 4 | HRESULT GetString(DWORD RVA, LPWSTR* lpString) |
| 5 | HRESULT AllocateMethodBuffer(DWORD cchBuffer, BYTE** lpBuffer, DWORD* RVA) |
| 6 | HRESULT GetMethodBuffer(DWORD RVA, BYTE** lpBuffer) |
| 7 | HRESULT GetIMapTokenIface(IUnknown** pIMapToken) |
| 8 | HRESULT GenerateCeeFile() |
| 9 | HRESULT GetIlSection(void** section) |
| 10 | HRESULT GetStringSection(void** section) |
| 11 | HRESULT AddSectionReloc(void* section, DWORD offset, void* relativeTo, CeeSectionRelocType relocType) |
| 12 | HRESULT GetSectionCreate(LPSTR name, DWORD flags, void** section) |
| 13 | HRESULT GetSectionDataLen(void* section, DWORD* dataLen) |
| 14 | HRESULT GetSectionBlock(void* section, DWORD len, DWORD align, void** ppBytes) |
| 15 | HRESULT TruncateSection(void* section, DWORD len) |
| 16 | HRESULT GenerateCeeMemoryImage(void** ppImage) |
| 17 | HRESULT ComputePointer(void* section, DWORD RVA, BYTE** lpBuffer) |