หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves the source code bytes.
Syntax
HRESULT get_source (
DWORD cbData,
DWORD* pcbData,
BYTE data[]
);
Parameters
cbData
[in] The number of bytes that represents the size of the data buffer.
pcbData
[out] Returns the number of bytes that represents the bytes returned. If data is NULL, then pcbData is the total number of bytes of data available.
data[]
[out] A buffer that is to be filled in with the source bytes.
Return Value
If successful, returns S_OK. Returns S_FALSE if this property is not supported. Otherwise, returns an error code.