pub trait ID3D10EffectStringVariable_Impl: Sized + ID3D10EffectVariable_Impl {
// Required methods
fn GetString(&self) -> Result<PCSTR>;
fn GetStringArray(
&self,
ppstrings: *mut PCSTR,
offset: u32,
count: u32,
) -> Result<()>;
}
Required Methods§
fn GetString(&self) -> Result<PCSTR>
fn GetStringArray( &self, ppstrings: *mut PCSTR, offset: u32, count: u32, ) -> Result<()>
Object Safety§
This trait is not object safe.